Fork me on GitHub

Changeset 1269 in svn for trunk/Makefile


Ignore:
Timestamp:
Aug 19, 2013, 4:49:19 PM (11 years ago)
Author:
Pavel Demin
Message:

add CHANGELOG to tar file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1193 r1269  
    14931493        @echo ">> Building $(DISTTAR)"
    14941494        @mkdir -p $(DISTDIR)
    1495         @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR)
     1495        @cp -a CHANGELOG CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR)
    14961496        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    14971497        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.