[MOAB-dev] r2674 - MOAB/trunk/tools

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Tue Mar 3 09:50:31 CST 2009


Author: kraftche
Date: 2009-03-03 09:50:30 -0600 (Tue, 03 Mar 2009)
New Revision: 2674

Modified:
   MOAB/trunk/tools/Makefile.am
Log:
need to explicitly include READMEs in tarball

Modified: MOAB/trunk/tools/Makefile.am
===================================================================
--- MOAB/trunk/tools/Makefile.am	2009-03-03 03:11:25 UTC (rev 2673)
+++ MOAB/trunk/tools/Makefile.am	2009-03-03 15:50:30 UTC (rev 2674)
@@ -2,10 +2,21 @@
 DEFS = $(DEFINES)
 INCLUDES += -I$(top_srcdir) -I$(top_builddir)
 LDADD = $(top_builddir)/libMOAB.la
+
 bin_PROGRAMS =
 dist_man1_MANS = 
 doc_DATA = 
 
+EXTRA_DIST = README.hexmodops \
+             README.mbconvert \
+             README.mbsize \
+             README.mbskin \
+             README.mbsurfplot \
+             README.mbtagprop \
+             README.spheredecomp \
+             mbzoltan/README
+
+
 if ENABLE_mbconvert
   bin_PROGRAMS += mbconvert
   dist_man1_MANS += mbconvert.man
@@ -103,8 +114,6 @@
           $(qvdual_DIR) \
           $(dagmc_DIR)
 
-EXTRA_DIST = mbzoltan/README 
-
 mbconvert_SOURCES = convert.cpp
 mbconvert_DEPENDENCIES = $(top_builddir)/libMOAB.la
 



More information about the moab-dev mailing list