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 63cbb12e69 updates,
start supoorting ParadisEO
2004-09-21 17:01:14 +00:00

18 lines
423 B
Makefile

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