start supoorting ParadisEO
This commit is contained in:
kuepper 2004-09-21 17:01:14 +00:00
commit 63cbb12e69
7 changed files with 66 additions and 44 deletions

View file

@ -5,10 +5,14 @@
###############################################################################
# EXTRA_DIST = eo.cfg foot.html html/* latex/*
EXTRA_DIST = eo.cfg foot.html \
$(srcdir)/html/* \
$(srcdir)/latex/* \
$(srcdir)/man/*
doc: eo.cfg
doxygen eo.cfg
doc:
cd $(srcdir) && $(DOXYGEN) eo.cfg && touch eo.cfg
clean-local:
rm -rf html latex man
cd $(srcdir) && rm -rf html latex man && touch eo.cfg