summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2006-11-14 22:12:11 +0100
committerTilman Sauerbeck <tilman@crux.nu>2006-11-14 22:12:11 +0100
commit3309e1f843c1bf875965a7af8d904d29b8ba93b1 (patch)
tree5d54594642d3c21ab821eeb22b0f7d251a80c274
parent376786d8722dcb1df0690be79d3c6b8c6274cf34 (diff)
downloadpkgutils-3309e1f843c1bf875965a7af8d904d29b8ba93b1.tar.gz
pkgutils-3309e1f843c1bf875965a7af8d904d29b8ba93b1.tar.xz
Generate ChangeLog from "git log".
-rw-r--r--ChangeLog11
-rw-r--r--Makefile1
2 files changed, 1 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index f9114412..00000000
--- a/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2006-08-24 Tilman Sauerbeck (tilman at crux nu)
- * pkgadd.{h,cc}: Prepared the code for addition of the INSTALL rule
-
-2006-04-29 Simone Rota (sip at crux dot nu)
- * Optimized file type detection for stripping in pkgmk
- Thanks to Antti Nykänen
-
-2006-04-14 Tilman Sauerbeck (tilman at crux nu)
- * ChangeLog, NEWS: Moved old ChangeLog to NEWS
- * pkgmk.in: Write warnings and errors to stderr instead of stdout
- * pkgutil.cc: Use the proper sentinel in the execl() call
diff --git a/Makefile b/Makefile
index 32e0ab36..0b1c5d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ endif
dist: distclean
rm -rf /tmp/pkgutils-$(VERSION)
mkdir -p /tmp/pkgutils-$(VERSION)
+ git-log > ChangeLog
cp -rf . /tmp/pkgutils-$(VERSION)
tar -C /tmp --exclude .svn -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
rm -rf /tmp/pkgutils-$(VERSION)

Generated by cgit