Makefile.am
author athos
Tue, 11 May 2004 09:30:06 +0000
changeset 603 86458ad390a7
parent 546 bd3e3bfd9148
child 663 82213c951a76
permissions -rw-r--r--
I completed the description of the coding style.
     1 SUBDIRS = src doc
     2 
     3 docs:
     4 	@cd doc \
     5 	&& $(MAKE) $(AM_MAKEFLAGS) clean \
     6 	&& $(MAKE) $(AM_MAKEFLAGS) html
     7 
     8 .PHONY: docs