changeset 1006:b0e581438835

Generate html documentation by default, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 22 Aug 2005 08:33:02 +0200
parents b634b15c020b
children 2e8d96e89dfc
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)