linkchecker/doc/html/Makefile

22 lines
464 B
Makefile
Raw Normal View History

2009-07-29 19:53:52 +00:00
HELPFILES = lccollection.qhc
2010-12-07 20:49:28 +00:00
HTMLFILES = index.html options.html
2009-07-29 19:53:52 +00:00
2010-12-07 20:49:28 +00:00
all: $(HELPFILES) $(HTMLFILES)
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
2010-12-07 20:49:28 +00:00
(cat html.header; markdown2 $<; cat html.footer) > $@
2009-08-19 18:41:17 +00:00
2010-12-07 20:49:28 +00:00
.PHONY: clean
test:
xmllint --valid --noout $(HTMLFILES)
%.qhc: %.qhcp lcdoc.qhp $(HTMLFILES)
2009-07-29 19:53:52 +00:00
qcollectiongenerator $< -o $@
favicon.ico: favicon32x32.png favicon16x16.png
png2ico favicon.ico favicon32x32.png favicon16x16.png