Comments.
This commit is contained in:
parent
15ddaddc6a
commit
e61dd7f9c8
1 changed files with 6 additions and 1 deletions
|
@ -404,11 +404,16 @@ install-arch-dep: mkdir
|
|||
### Install the files that are machine-independent.
|
||||
### Most of them come straight from the distribution;
|
||||
### the exception is the DOC-* files, which are copied
|
||||
## from the build directory.
|
||||
### from the build directory.
|
||||
|
||||
## Note that we copy DOC* and then delete DOC
|
||||
## as a workaround for a bug in tar on Ultrix 4.2.
|
||||
|
||||
## FIXME
|
||||
## Should only install the DOC- file appropriate to this build, not DOC-*.
|
||||
## http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00417.html
|
||||
## (fix available for consideration post-release).
|
||||
|
||||
## If people complain about the h flag in tar command, take that out.
|
||||
## That flag is also used in leim/Makefile.in
|
||||
install-arch-indep: mkdir info
|
||||
|
|
Loading…
Add table
Reference in a new issue