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
maartenkeijzer 1d0794c46a Added an eoSortedStatBase for more efficient statistic calculations
updated a few makefiles to include the html and latex docs with the
distribution.
2000-10-06 10:41:38 +00:00

17 lines
388 B
Makefile

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