1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-22 04:35:56 -04:00

Automatically copy ChangeLog to distribution dir on release

This commit is contained in:
Kim Holviala 2014-01-25 15:15:58 +02:00
parent a35ae45710
commit 73c185c1a6

View File

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