comparison lispref/makefile.w32-in @ 56026:bb6720f21c54

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.
author Miles Bader <miles@gnu.org>
date Fri, 11 Jun 2004 02:39:51 +0000
parents 9077e3f7cd49
children 9b79e93065fc
comparison
equal deleted inserted replaced
56025:3535751dda09 56026:bb6720f21c54
1 # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. 1 # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual.
2 2
3 # Copyright (C) 2003 3 # Copyright (C) 2003, 2004
4 # Free Software Foundation, Inc. 4 # Free Software Foundation, Inc.
5 5
6 # This file is part of GNU Emacs. 6 # This file is part of GNU Emacs.
7 7
8 # GNU Emacs is free software; you can redistribute it and/or modify 8 # GNU Emacs is free software; you can redistribute it and/or modify
117 117
118 distclean: clean 118 distclean: clean
119 119
120 maintainer-clean: clean 120 maintainer-clean: clean
121 - $(DEL) elisp elisp-* elisp.dvi elisp.oaux 121 - $(DEL) elisp elisp-* elisp.dvi elisp.oaux
122
123 # arch-tag: da68f1c2-536d-4d41-9150-7b01434eda3f