Update of /cvsroot/echempp/Experiment
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27276
Modified Files:
Makefile.am
Log Message:
re-included InputFilters - and rather deleted the TinyXML reference from Makefile.am;
directory InputFilters should not be removed in the moment
Index: Makefile.am
===================================================================
RCS file: /cvsroot/echempp/Experiment/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 22 Dec 2007 15:46:15 -0000 1.8
--- Makefile.am 22 Dec 2007 18:31:56 -0000 1.9
***************
*** 1,3 ****
! SUBDIRS = . ExcitationFunction Data Experiment documentation
EXTRA_DIST = documentation/mainpage.txt \
--- 1,3 ----
! SUBDIRS = . ExcitationFunction Data Experiment InputFilters documentation
EXTRA_DIST = documentation/mainpage.txt \
***************
*** 12,15 ****
--- 12,17 ----
cd Experiment && $(MAKE) doc;\
cd ..;\
+ cd InputFilters && $(MAKE) doc;\
+ cd ..;\
cd ExcitationFunction && $(MAKE) doc;\
cd ..;
***************
*** 22,25 ****
--- 24,29 ----
cd Experiment && $(MAKE) doc-clean;\
cd ..;\
+ cd InputFilters && $(MAKE) doc-clean;\
+ cd ..;\
cd ExcitationFunction && $(MAKE) doc-clean;\
cd ..;
|