[Lemon-commits] [lemon_svn] ladanyi: r735 - in hugo/trunk: . doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:41:13 CET 2006


Author: ladanyi
Date: Fri May  7 00:24:02 2004
New Revision: 735

Modified:
   hugo/trunk/Makefile.am
   hugo/trunk/doc/Makefile.am

Log:
No automatic doc generation.

Modified: hugo/trunk/Makefile.am
==============================================================================
--- hugo/trunk/Makefile.am	(original)
+++ hugo/trunk/Makefile.am	Fri May  7 00:24:02 2004
@@ -1,10 +1,8 @@
 SUBDIRS = src doc
 
-all:
-
 docs:
 	@cd doc \
 	&& $(MAKE) $(AM_MAKEFLAGS) clean \
-	&& $(MAKE) $(AM_MAKEFLAGS) all
+	&& $(MAKE) $(AM_MAKEFLAGS) html
 
 .PHONY: docs

Modified: hugo/trunk/doc/Makefile.am
==============================================================================
--- hugo/trunk/doc/Makefile.am	(original)
+++ hugo/trunk/doc/Makefile.am	Fri May  7 00:24:02 2004
@@ -7,7 +7,7 @@
 
 EXTRA_DIST = Doxyfile html
 
-all-local: html/index.html
+## all-local: html/index.html
 
 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
 ## INPUT variable.



More information about the Lemon-commits mailing list