Generate html documentation by default, too.
authorThomas Arendsen Hein <thomas@intevation.de>
Mon, 22 Aug 2005 08:33:02 +0200
changeset 1006 b0e581438835
parent 991 b634b15c020b
child 1007 2e8d96e89dfc
Generate html documentation by default, too.
doc/Makefile
--- a/doc/Makefile	Sun Aug 21 22:03:36 2005 -0700
+++ b/doc/Makefile	Mon Aug 22 08:33:02 2005 +0200
@@ -2,7 +2,7 @@
 MAN=$(SOURCES:%.txt=%)
 HTML=$(SOURCES:%.txt=%.html)
 
-all: man
+all: man html
 
 man: $(MAN)