Fork me on GitHub

Changeset ca55927f in git


Ignore:
Timestamp:
Apr 26, 2013, 12:49:54 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
52db26b
Parents:
f8d08bb
Message:

fix dist rule

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

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

    rf8d08bb rca55927f  
    293293        @echo ">> Building $(DISTTAR)"
    294294        @mkdir -p $(DISTDIR)
    295         @cp -a CREDITS README VERSION Makefile configure classes converters doc examples external modules readers $(DISTDIR)
     295        @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules 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.