summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-09-08 03:29:09 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-09 17:18:41 +0200
commit1b136a5defc76bbe7192259a983ea195c8a8f753 (patch)
treea3888b1dd3c1cb5b13e3c8f2d17ee0bd65b49ed8 /Makefile.am
parentf1f09cefea4347180b51a167137dfcb23817d438 (diff)
downloadlibgphoto2-1b136a5defc76bbe7192259a983ea195c8a8f753.tar.gz
Remove cvs-tags make target
Remove the cvs-tags make target. CVS is over.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 31257ff7a..00a142e17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ DISTCLEANFILES = libgphoto2/gphoto2-endian.h
# we use just ONE .PHONY target in order not to confuse automake
-.PHONY: rpm cvs-tags source-code-check install-drivers
+.PHONY: rpm source-code-check install-drivers
########################################################################
# source code check maintenance task
@@ -128,8 +128,3 @@ else
rpm:
@echo "Dummy $@ target"
endif
-
-# add CVS tags - used only by the project maintainer to tag the files of a
-# released version
-cvs-tags: Makefile
- @echo cvs tag "@PACKAGE@-$$(echo '@VERSION@' | sed -e 's/\./_/g' -e 's/rc/-rc/g')"