linkchecker/doc/html/Makefile

17 lines
373 B
Makefile
Raw Normal View History

2009-07-29 19:53:52 +00:00
HELPFILES = lccollection.qhc
2010-04-01 05:39:31 +00:00
all: $(HELPFILES) index.html
2009-07-29 19:53:52 +00:00
.PHONY: clean
clean:
-rm -f *.qhc *.qch
2009-08-19 18:41:17 +00:00
%.html: %.txt html.header html.footer
(cat html.header; markdown2 $<; cat html.footer) > index.html
%.qhc: %.qhcp lcdoc.qhp index.html
2009-07-29 19:53:52 +00:00
qcollectiongenerator $< -o $@
favicon.ico: favicon32x32.png favicon16x16.png
png2ico favicon.ico favicon32x32.png favicon16x16.png