summaryrefslogtreecommitdiff
path: root/lispintro
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-06-11 02:39:51 +0000
committerMiles Bader <miles@gnu.org>2004-06-11 02:39:51 +0000
commit90f27cfaf88b44517cba75eb55e83fc9beaa856e (patch)
tree28fb1bf1b3a8313744e2534b69437852ab4bf921 /lispintro
parent40b5b599bd0e399a42142fd8eb8d40e4acb671a0 (diff)
downloademacs-90f27cfaf88b44517cba75eb55e83fc9beaa856e.tar.gz
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/Makefile.in2
-rw-r--r--lispintro/makefile.w32-in4
2 files changed, 1 insertions, 5 deletions
diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in
index 14c1b1c9ab9..88ac4975010 100644
--- a/lispintro/Makefile.in
+++ b/lispintro/Makefile.in
@@ -69,5 +69,3 @@ maintainer-clean: distclean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-
-# arch-tag: eb660994-cd29-4ab8-8043-5042e2dbde84
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in
index a67f262bbc0..87a8597ccad 100644
--- a/lispintro/makefile.w32-in
+++ b/lispintro/makefile.w32-in
@@ -1,6 +1,6 @@
#### -*- Makefile -*- for the Emacs Lisp Introduction manual.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
@@ -69,5 +69,3 @@ maintainer-clean: distclean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-
-# arch-tag: d713164a-e683-4ce3-a39e-3bf82f2f82f4