Mercurial > emacs
comparison Makefile.in @ 75648:27cde5b3a5d3
Comments.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Feb 2007 21:49:10 +0000 |
parents | 3d45362f1d38 |
children | a268dce1f560 42f5a52dbf4b 52a7f3f50b89 |
comparison
equal
deleted
inserted
replaced
75647:7a9a8e118bd6 | 75648:27cde5b3a5d3 |
---|---|
402 fi | 402 fi |
403 | 403 |
404 ### Install the files that are machine-independent. | 404 ### Install the files that are machine-independent. |
405 ### Most of them come straight from the distribution; | 405 ### Most of them come straight from the distribution; |
406 ### the exception is the DOC-* files, which are copied | 406 ### the exception is the DOC-* files, which are copied |
407 ## from the build directory. | 407 ### from the build directory. |
408 | 408 |
409 ## Note that we copy DOC* and then delete DOC | 409 ## Note that we copy DOC* and then delete DOC |
410 ## as a workaround for a bug in tar on Ultrix 4.2. | 410 ## as a workaround for a bug in tar on Ultrix 4.2. |
411 | |
412 ## FIXME | |
413 ## Should only install the DOC- file appropriate to this build, not DOC-*. | |
414 ## http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00417.html | |
415 ## (fix available for consideration post-release). | |
411 | 416 |
412 ## If people complain about the h flag in tar command, take that out. | 417 ## If people complain about the h flag in tar command, take that out. |
413 ## That flag is also used in leim/Makefile.in | 418 ## That flag is also used in leim/Makefile.in |
414 install-arch-indep: mkdir info | 419 install-arch-indep: mkdir info |
415 -set ${COPYDESTS} ; \ | 420 -set ${COPYDESTS} ; \ |