linkchecker/doc/Makefile

14 lines
386 B
Makefile
Raw Normal View History

2010-09-06 19:56:39 +00:00
HTMLDIR:=$(HOME)/public_html/linkchecker.sf.net/source
2010-07-28 19:25:28 +00:00
2009-07-29 19:53:52 +00:00
all:
po4a:
po4a --localized-charset=UTF-8 po4a.conf
2010-12-07 20:49:28 +00:00
man:
2010-07-28 19:25:28 +00:00
man2html -r en/linkchecker.1 | tail -n +2 > $(HTMLDIR)/man1/linkchecker.1.html
man2html -r en/linkcheckerrc.5 | tail -n +2 > $(HTMLDIR)/man5/linkcheckerrc.5.html
man2html -r en/linkchecker-gui.1 | tail -n +2 > $(HTMLDIR)/man1/linkchecker-gui.1.html
2010-12-07 20:49:28 +00:00
.PHONY: po4a man