diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am new file mode 100644 index 000000000..15b9a5049 --- /dev/null +++ b/doc/doxygen/Makefile.am @@ -0,0 +1,7 @@ +#txt_common fig_common +EXTRA_DIST = Cantera.txt +#EXTRA_DIST += install.page tutorial.page + +dist-hook: + rm -rf `find $(distdir)/ -name .svn` + rm -rf `find $(distdir)/ -name .deps`