Fork me on GitHub

Changeset 1113 in svn for trunk/Makefile


Ignore:
Timestamp:
May 16, 2013, 4:04:33 PM (11 years ago)
Author:
Pavel Demin
Message:

add python directory to the tar file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1101 r1113  
    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)
Note: See TracChangeset for help on using the changeset viewer.