From 51c2a2bd5e28f726ec1c03527f18def012433712 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 9 Dec 1995 17:44:22 +0000 Subject: [PATCH] Added cvs-dist target --- ChangeLog | 2 ++ Makefile.am | 4 ++++ Makefile.in | 4 ++++ lib/am/Makefile.am | 4 ++++ 4 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9cc01ea..5ce13705 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 bb92699c..7f23cc3d 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 8b3d003a..b7356d04 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 bb92699c..7f23cc3d 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 -- 2.43.5