mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 00:10:24 +00:00
13 lines
386 B
Makefile
13 lines
386 B
Makefile
HTMLDIR:=$(HOME)/public_html/linkchecker.sf.net/source
|
|
|
|
all:
|
|
|
|
po4a:
|
|
po4a --localized-charset=UTF-8 po4a.conf
|
|
|
|
man:
|
|
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
|
|
|
|
.PHONY: po4a man
|