diff options
| author | Glenn Morris | 2010-06-09 22:34:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-09 22:34:38 -0700 |
| commit | d772827cafca73302741747867f1c9ce514fe509 (patch) | |
| tree | a18e24880f4b4720d63aad523865e0c27c4ffd4e | |
| parent | 64c60c2fed2036f938aafcb57e0689745b723ae3 (diff) | |
| download | emacs-d772827cafca73302741747867f1c9ce514fe509.tar.gz emacs-d772827cafca73302741747867f1c9ce514fe509.zip | |
* Makefile.in (install-arch-indep): Gzip the info files too.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-06-10 Glenn Morris <rgm@gnu.org> | 1 | 2010-06-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (install-arch-indep): Gzip the info files too. | ||
| 4 | |||
| 3 | * make-dist: Remove references to non-existent directories and files. | 5 | * make-dist: Remove references to non-existent directories and files. |
| 4 | 6 | ||
| 5 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> |
diff --git a/Makefile.in b/Makefile.in index 965fdd9c562..d80bd1c1936 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -580,6 +580,8 @@ install-arch-indep: mkdir info install-etc | |||
| 580 | for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \ | 580 | for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \ |
| 581 | ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \ | 581 | ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \ |
| 582 | chmod a+r $(DESTDIR)${infodir}/$$f; \ | 582 | chmod a+r $(DESTDIR)${infodir}/$$f; \ |
| 583 | [ -n "${GZIP_PROG}" ] && \ | ||
| 584 | ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \ | ||
| 583 | done; \ | 585 | done; \ |
| 584 | done); \ | 586 | done); \ |
| 585 | else true; fi | 587 | else true; fi |