COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 618:e944d741f472

Last change on this file since 618:e944d741f472 was 562:0ed29fe9d071, checked in by Akos Ladanyi, 20 years ago

No automatic doc generation.

File size: 119 bytes
RevLine 
[542]1SUBDIRS = src doc
2
3docs:
4        @cd doc \
5        && $(MAKE) $(AM_MAKEFLAGS) clean \
[562]6        && $(MAKE) $(AM_MAKEFLAGS) html
[542]7
8.PHONY: docs
Note: See TracBrowser for help on using the repository browser.