* Makefile.am: Add missing CMA header for distribution. * Makefile.am: Add missing header for distribution.
11 lines
240 B
Makefile
11 lines
240 B
Makefile
## Makefile.am for eo/doc
|
|
|
|
|
|
EXTRA_DIST = EO_EA2001.pdf LeCreusot.pdf eo.cfg index.h \
|
|
mainpage.html publications.html sflogo-hammer1.jpg
|
|
|
|
doc:
|
|
cd $(srcdir) && $(DOXYGEN) eo.cfg
|
|
|
|
clean-local:
|
|
cd $(srcdir) && rm -rf html latex man
|