From: Tom Tromey Date: Sat, 9 Dec 1995 17:44:24 +0000 (+0000) Subject: Added cvs-dist target X-Git-Tag: Release-0-25~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4540eb55312a3f7fff973be73a5f41767ee8367;p=thirdparty%2Fautomake.git Added cvs-dist target --- diff --git a/ChangeLog b/ChangeLog index e9cc01ea6..5ce137059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Sat Dec 9 10:16:48 1995 Tom Tromey + * Makefile.am (cvs-dist): New target. + * tags.am (TAGS): Use "test -z ... ||" to avoid spurious failures. diff --git a/Makefile.am b/Makefile.am index bb92699ca..7f23cc3d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ check-local: automake automake: automake.in CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +# Tag before making distribution. +cvs-dist: + cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'` + $(MAKE) dist diff --git a/Makefile.in b/Makefile.in index 8b3d003ad..b7356d045 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,6 +297,10 @@ check-local: automake automake: automake.in CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +# Tag before making distribution. +cvs-dist: + cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'` + $(MAKE) dist .SUFFIXES: .SUFFIXES: .texi .info .dvi diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index bb92699ca..7f23cc3d8 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -30,3 +30,7 @@ check-local: automake automake: automake.in CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +# Tag before making distribution. +cvs-dist: + cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'` + $(MAKE) dist