COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 562:0ed29fe9d071

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

No automatic doc generation.

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