Makefile.am
author alpar
Fri, 07 May 2004 16:04:39 +0000
changeset 580 a00f9f1cfab8
parent 546 bd3e3bfd9148
child 663 82213c951a76
permissions -rw-r--r--
Property changes (some files was ignored).
     1 SUBDIRS = src doc
     2 
     3 docs:
     4 	@cd doc \
     5 	&& $(MAKE) $(AM_MAKEFLAGS) clean \
     6 	&& $(MAKE) $(AM_MAKEFLAGS) html
     7 
     8 .PHONY: docs