Makefile.am
author marci
Fri, 07 May 2004 07:44:44 +0000
changeset 569 3b6afd33c221
parent 546 bd3e3bfd9148
child 663 82213c951a76
permissions -rw-r--r--
BidirGraphWrapper<Graph>, the map values are different for the opposite edges.
     1 SUBDIRS = src doc
     2 
     3 docs:
     4 	@cd doc \
     5 	&& $(MAKE) $(AM_MAKEFLAGS) clean \
     6 	&& $(MAKE) $(AM_MAKEFLAGS) html
     7 
     8 .PHONY: docs