summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-05-20 10:39:25 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-05-20 10:39:25 +0000
commit268005558a7115bdb63cacc45804c006e211bde7 (patch)
tree5db26f50ff9a1f022c6bfe8ffc136b36b4396740 /Makefile.am
parentd3c3d5ebadaa4939bde6450cfa6761c416753b46 (diff)
downloadlibtiff-git-268005558a7115bdb63cacc45804c006e211bde7.tar.gz
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f573456..7c10164e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@
# Process this file with automake to produce Makefile.in.
-AUTOMAKE_OPTIONS = foreign dist-zip
+AUTOMAKE_OPTIONS = dist-zip foreign
EXTRA_DIST = \
COPYRIGHT \
@@ -39,3 +39,8 @@ EXTRA_DIST = \
SUBDIRS = port libtiff tools contrib man html
+release:
+ (rm -f RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > RELEASE-DATE)
+ (rm -f VERSION && echo $(LIBTIFF_VERSION) > VERSION)
+ (rm -f ./libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' ./libtiff/tiffvers.h.in > ./libtiff/tiffvers.h)
+