source: molecuilder/Makefile.am@ eb3538

Last change on this file since eb3538 was eb3538, checked in by Frederik Heber <heber@…>, 16 years ago

Added capability to build doc from anywhere in the tree. Signed-off-by: Tillmann Crueger <crueger@…>

  • Property mode set to 100644
File size: 134 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = src src/unittests doc tests
3
4EXTRA_DIST = autogen.sh
5
6.PHONY: doc
7doc:
8 cd doc && make doxygen-docs
Note: See TracBrowser for help on using the repository browser.