1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-07 02:54:18 -04:00

Automatically copy INSTALL & README to distribution dir on release

This commit is contained in:
Kim Holviala 2014-01-25 15:14:33 +02:00
parent 8c8a122b36
commit a35ae45710
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
2014-01-25 Kim Holviala <kim@holviala.com>
* Add deb packaging leftovers to .gitignore
* Up version number to 1.5 + include forgotten file git2changelog
* Don't update ChangeLog unless the source tree is a git repo
* Make ChangeLog update itself automatically from git log
* Up Debian package version to 1.5

View File

@ -247,6 +247,7 @@ dist: clean functions.h ChangeLog
release: dist
cp $(TGZ) $(RELDIR)
cp README INSTALL $(RELDIR)
#