From: Eric S. Raymond Date: Sun, 7 Oct 2012 15:42:09 +0000 (-0400) Subject: Make install.html available on the project page. X-Git-Tag: 1.9~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51133dcd46fe1258aaacb478603a2ca108e76d37;p=irker.git Make install.html available on the project page. --- diff --git a/Makefile b/Makefile index 4017d05..021b345 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ irkerhook.1: irkerhook.xml irkerhook.html: irkerhook.xml xmlto html-nochunks irkerhook.xml +install.html: install.txt + asciidoc -o install.html install.txt security.html: security.txt asciidoc -o security.html security.txt hacking.html: hacking.txt @@ -66,5 +68,5 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1 dist: irker-$(VERS).tar.gz -release: irker-$(VERS).tar.gz irkerd.html irkerhook.html security.html hacking.html +release: irker-$(VERS).tar.gz irkerd.html irkerhook.html install.html security.html hacking.html shipper -u -m -t; make clean