Make install.html available on the project page.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 7 Oct 2012 15:42:09 +0000 (11:42 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 7 Oct 2012 15:42:09 +0000 (11:42 -0400)
Makefile

index 4017d05162192886ab6870540b6ff55e8e9de503..021b34570512772a36b4bdbf31d2490803476bf4 100644 (file)
--- 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