paradiseo/eo/doc/Makefile.am
kuepper c5a9348dd9 Fix doc-target.
Fix inclusion of documentation in dist.
2004-09-24 15:00:48 +00:00

10 lines
158 B
Makefile

## Makefile.am for eo/doc
EXTRA_DIST = eo.cfg foot.html
doc:
cd $(srcdir) && $(DOXYGEN) eo.cfg
clean-local:
cd $(srcdir) && rm -rf html latex man