From 8d09ff93ed3b537e9d027fee64b26cf3a99c6538 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 25 Apr 2002 16:23:46 +0000 Subject: [PATCH] Uncomment the tag target. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bbeea3e2..72f9a4e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ pkgconfig_DATA = vte.pc CVSTAG=$(shell echo $(PACKAGE)-$(VERSION) | sed 's,[\.\-],_,g') tag: - : cvs tag -cFR $(CVSTAG) . + cvs tag -cFR $(CVSTAG) . archive: root=`cat CVS/Root` ; \ -- 2.20.1