File: Makefile

package info (click to toggle)
haskell-haddock 2.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 784 kB
  • ctags: 44
  • sloc: haskell: 6,432; xml: 1,429; yacc: 82; makefile: 15; sh: 1
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
TOP = ..
include $(TOP)/mk/boilerplate.mk

all :: index.html

index.html : $(HS_SRCS) $(HADDOCK_INPLACE)
	$(HADDOCK_INPLACE) -h $(HS_SRCS)

CLEAN_FILES += index.html

include $(TOP)/mk/target.mk