m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/Makefile.am,v


From: Eric Blake
Subject: Changes to m4/Makefile.am,v
Date: Tue, 13 Jun 2006 16:51:37 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/13 16:51:37

Index: Makefile.am
===================================================================
RCS file: /sources/m4/m4/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- Makefile.am 13 Jun 2006 15:41:38 -0000      1.27
+++ Makefile.am 13 Jun 2006 16:51:37 -0000      1.28
@@ -244,7 +244,6 @@
 
 info_TEXINFOS  = doc/m4.texinfo
 dist_man_MANS  = doc/m4.1
-MAINTAINERCLEANFILES += $(dist_man_MANS)
 
 doc/m4.1: $(srcdir)/configure.ac $(srcdir)/src/main.c
        @if test -f src/m4$(EXEEXT); then \
@@ -263,8 +262,6 @@
 ## TAGS_DEPENDENCIES = $(TAGS_FILES)
 ## ETAGS_ARGS  = --language=none --regex='/@node \([^,]*\)/\1/' $(TAGS_FILES)
 
-EXTRA_DIST     += doc/helptoman.pl
-
 MAINTAINERCLEANFILES += $(dist_man_MANS)
 
 
@@ -421,8 +418,8 @@
 # Tag before making distribution.  Also, don't make a distribution if
 # checks fail.  Also, make sure the NEWS file is up-to-date.
 cvs-dist: distcheck # maintainer-check
-       @if sed '1,2d;3q' $(srcdir)/NEWS | grep -e $(VERSION)" > dev/null; \
-         echo "NEWS not updated not releasing" 1>&2; \
+       @if sed '1,2d;3q' $(srcdir)/NEWS | grep -e "$(VERSION)" > dev/null; \
+         echo "NEWS not updated; not releasing" 1>&2; \
          exit 1;
        fi
        cd $(srcdir) && \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]