m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/doc/Makefile.in [branch-1_4]


From: Gary V . Vaughan
Subject: Changes to m4/doc/Makefile.in [branch-1_4]
Date: Thu, 03 Feb 2005 11:43:28 -0500

Index: m4/doc/Makefile.in
diff -u m4/doc/Makefile.in:1.1.1.1.2.1 m4/doc/Makefile.in:1.1.1.1.2.2
--- m4/doc/Makefile.in:1.1.1.1.2.1      Wed Jun  9 10:53:15 2004
+++ m4/doc/Makefile.in  Thu Feb  3 16:43:12 2005
@@ -1,5 +1,5 @@
 # Makefile for GNU m4 documentation.
-# Copyright (C) 1994, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1994, 2004, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-PRODUCT = @PRODUCT@
+PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
 SHELL = /bin/sh
@@ -48,7 +48,7 @@
        $(TEXI2DVI) $(srcdir)/m4.texinfo
 
 version.texi: stamp-vti
-stamp-vti: m4.texinfo ../configure.in
+stamp-vti: m4.texinfo ../configure.ac
        echo "@set EDITION $(VERSION)" > version.tmp
        echo "@set UPDATED `date '+%B %Y'`" >> version.tmp
        echo "@set VERSION $(VERSION)" >> version.tmp
@@ -80,8 +80,8 @@
 dist: $(DISTFILES)
        @echo "Copying distribution files"
        @for file in $(DISTFILES); do \
-         ln $(srcdir)/$$file ../$(PRODUCT)-$(VERSION)/doc 2> /dev/null \
-           || cp -p $(srcdir)/$$file ../$(PRODUCT)-$(VERSION)/doc; \
+         ln $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/doc 2> /dev/null \
+           || cp -p $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/doc; \
        done
 
 Makefile: ../config.status Makefile.in




reply via email to

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