summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2011-10-05 23:44:07 +0200
committerTobias Oetiker <tobi@oetiker.ch>2011-10-05 23:44:07 +0200
commite3c26a55acf046586bd94219f6873a8734c0c66e (patch)
tree97c350b9cebaaea289313b9b14dab4014af0d3ed
parent8b2e076704cd3cd249ea4054ef741cd42dd58f75 (diff)
downloadsmokeping-e3c26a55acf046586bd94219f6873a8734c0c66e.tar.gz
smokeping-e3c26a55acf046586bd94219f6873a8734c0c66e.tar.xz
include more files into distribution
-rw-r--r--LICENSE (renamed from COPYING)0
-rw-r--r--Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/COPYING b/LICENSE
index e77696a..e77696a 100644
--- a/COPYING
+++ b/LICENSE
diff --git a/Makefile.am b/Makefile.am
index ff127f1..7af3092 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = bin doc etc htdocs lib
-EXTRA_DIST = setup/build-perl-modules.sh setup/sdbs.inc
+EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE setup/build-perl-modules.sh setup/sdbs.inc
dist-hook:
$(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s+=\s+".+?"/\$$VERSION = "$$d"/' $(distdir)/lib/Smokeping.pm