Fix inadvertent page deletions; prevent self references

This commit is contained in:
Daniel Kraus
2012-05-20 14:41:07 +02:00
parent 1dbc4b864f
commit 602831acc1
4 changed files with 35 additions and 12 deletions

View File

@ -4,4 +4,4 @@
# extension into two archive files that contain the current
# git tag as the version number.
tar cvzf release/LinkTitles-`git describe --tags`.tar.gz gpl-*.txt LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
tar cvzf release/LinkTitles-`git describe --tags`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'