Makefile.am
author marci
Fri, 14 May 2004 18:08:29 +0000
changeset 641 bfd6c14e2975
parent 546 bd3e3bfd9148
child 663 82213c951a76
permissions -rw-r--r--
some documentation in stGraphWrapper<Gr> and BipartiteGraphWrapper<Gr>
     1 SUBDIRS = src doc
     2 
     3 docs:
     4 	@cd doc \
     5 	&& $(MAKE) $(AM_MAKEFLAGS) clean \
     6 	&& $(MAKE) $(AM_MAKEFLAGS) html
     7 
     8 .PHONY: docs