No automatic doc generation.
authorladanyi
Thu, 06 May 2004 22:24:02 +0000
changeset 5620ed29fe9d071
parent 561 a10e6f1769e2
child 563 9732e5fa423c
No automatic doc generation.
Makefile.am
doc/Makefile.am
     1.1 --- a/Makefile.am	Thu May 06 19:01:00 2004 +0000
     1.2 +++ b/Makefile.am	Thu May 06 22:24:02 2004 +0000
     1.3 @@ -1,10 +1,8 @@
     1.4  SUBDIRS = src doc
     1.5  
     1.6 -all:
     1.7 -
     1.8  docs:
     1.9  	@cd doc \
    1.10  	&& $(MAKE) $(AM_MAKEFLAGS) clean \
    1.11 -	&& $(MAKE) $(AM_MAKEFLAGS) all
    1.12 +	&& $(MAKE) $(AM_MAKEFLAGS) html
    1.13  
    1.14  .PHONY: docs
     2.1 --- a/doc/Makefile.am	Thu May 06 19:01:00 2004 +0000
     2.2 +++ b/doc/Makefile.am	Thu May 06 22:24:02 2004 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  
     2.5  EXTRA_DIST = Doxyfile html
     2.6  
     2.7 -all-local: html/index.html
     2.8 +## all-local: html/index.html
     2.9  
    2.10  ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
    2.11  ## INPUT variable.