paradiseo/eo/doc/Makefile.am
2000-11-06 11:31:10 +00:00

17 lines
389 B
Makefile

###############################################################################
##
## Makefile.am for eo/doc
##
###############################################################################
###############################################################################
EXTRA_DIST = eo.cfg foot.html html/* latex/*
all: doc
doc: eo.cfg
doxygen eo.cfg
clean:
rm -rf html latex man