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

View file

@ -23,7 +23,7 @@ PROJECT_NAME = EO
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.9.2
PROJECT_NUMBER = 0.9.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.