Skip to content

Commit

Permalink
dist: add ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 20, 2013
1 parent 17cef12 commit b0008c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist.mak
Expand Up @@ -46,7 +46,8 @@ pkg/${PKGBIN}.tar.gz: core/config.h core/version.h bin/potion${EXE} bin/p2${EXE}
cp core/config.h dist/include/potion/
-cp doc/*.html doc/*.png dist/share/potion/doc/
-cp doc/core-files.txt dist/share/potion/doc/
-cp README COPYING LICENSE README.potion dist/share/potion/doc/
-cp README COPYING LICENSE README.potion ChangeLog \
dist/share/potion/doc/
cp example/* dist/share/potion/example/
-mkdir -p pkg
(cd dist && tar czf ../pkg/${PKGBIN}.tar.gz * && cd ..)
Expand Down Expand Up @@ -74,7 +75,7 @@ pkg/${PKGBIN}.zip: core/config.h core/version.h core/syntax.c bin/potion${EXE} \
fi
-cp -r doc/ref dist/doc/
-cp doc/core-files.txt dist/doc/
-cp README COPYING LICENSE dist/doc/
-cp README COPYING LICENSE ChangeLog dist/doc/
cp example/* dist/example/
cp -r test/* dist/test/
-mkdir -p pkg
Expand Down

0 comments on commit b0008c8

Please sign in to comment.