diff options
| author | Glenn Morris | 2013-08-27 00:57:39 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-27 00:57:39 -0700 |
| commit | 1857cd3f9ef1103d5ea2fcecbb7b2a6a9d6b2aef (patch) | |
| tree | 92b9a5563ab6e4a0aa3e530bee29ef98d532c1da /doc/misc/ChangeLog | |
| parent | 61ac6b9f821504ce12e0797a1fcf403e951d193b (diff) | |
| download | emacs-1857cd3f9ef1103d5ea2fcecbb7b2a6a9d6b2aef.tar.gz emacs-1857cd3f9ef1103d5ea2fcecbb7b2a6a9d6b2aef.zip | |
Move source for Emacs on MS Windows FAQ here from Emacs webpages repository
* Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
(maintainer-clean, check-declare): Remove pointless subshells.
Check cd return value.
* configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
(DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
* Makefile.in (check-info-dir): Ignore efaq-w32.
* admin/admin.el (manual-misc-manuals): Use INFO_COMMON rather than
INFO_TARGETS.
* doc/misc/efaq-w32.texi: Move here from the web-pages repository.
* doc/misc/Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
(DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
(INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
(DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
Add DOCMISC_*_W32 variables.
(echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
(efaq_w32_deps): New variable.
(efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
(efaq-w32.pdf, efaq-w32.html): New rules.
(clean): Remove efaq-w32 products.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 554580c769a..b0a2b4cf526 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * efaq-w32.texi: Move here from the web-pages repository. | ||
| 4 | * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32) | ||
| 5 | (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables. | ||
| 6 | (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS. | ||
| 7 | (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): | ||
| 8 | Add DOCMISC_*_W32 variables. | ||
| 9 | (echo-info): Use INFO_INSTALL rather than INFO_TARGETS. | ||
| 10 | (efaq_w32_deps): New variable. | ||
| 11 | (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi) | ||
| 12 | (efaq-w32.pdf, efaq-w32.html): New rules. | ||
| 13 | (clean): Remove efaq-w32 products. | ||
| 14 | |||
| 1 | 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org> | 15 | 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 16 | ||
| 3 | * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and | 17 | * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and |