Fork me on GitHub

Changeset 809e3a9 in git


Ignore:
Timestamp:
May 16, 2013, 4:04:33 PM (12 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
71648c2
Parents:
ae1d49f
Message:

add python directory to the tar file

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rae1d49f r809e3a9  
    12971297        @echo ">> Building $(DISTTAR)"
    12981298        @mkdir -p $(DISTDIR)
    1299         @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules readers $(DISTDIR)
     1299        @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR)
    13001300        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    13011301        @tar -czf $(DISTTAR) $(DISTDIR)
  • doc/genMakefile.tcl

    rae1d49f r809e3a9  
    293293        @echo ">> Building $(DISTTAR)"
    294294        @mkdir -p $(DISTDIR)
    295         @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules readers $(DISTDIR)
     295        @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR)
    296296        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    297297        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.