This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/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