Revision 8df5db55 Makefile

b/Makefile
1
HSRCS := $(wildcard src/*.hs)
1
HPROGS = hbal hn1
2
HSRCS := $(filter-out $(HPROGS), $(wildcard src/*.hs))
2 3
HDDIR = apidoc
3 4

  
4 5
# Haskell rules
......
17 18
        HsColour -css -anchor \
18 19
        $$file > $(HDDIR)/src/`basename $$file .hs`.html ; \
19 20
    done
20
	ln -sf hn1.html $(HDDIR)/src/Main.html
21 21
	haddock --odir $(HDDIR) --html --ignore-all-exports \
22
	    -t hn1 -p haddock-prologue \
22
	    -t htools -p haddock-prologue \
23 23
        --source-module="src/%{MODULE/.//}.html" \
24 24
        --source-entity="src/%{MODULE/.//}.html#%{NAME}" \
25 25
	    $(HSRCS)

Also available in: Unified diff