From c9169033ffc0a82db1675b37b297782bc1273128 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 19 Jun 2012 15:24:56 +0000 Subject: [PATCH] [cantera2.0]: missing makefile.am, added --- doc/doxygen/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/doxygen/Makefile.am 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`