Move source for Emacs on MS Windows FAQ here from Emacs webpages repository
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Aug 2013 07:57:39 +0000 (00:57 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Aug 2013 07:57:39 +0000 (00:57 -0700)
commit1857cd3f9ef1103d5ea2fcecbb7b2a6a9d6b2aef
tree92b9a5563ab6e4a0aa3e530bee29ef98d532c1da
parent61ac6b9f821504ce12e0797a1fcf403e951d193b
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.
ChangeLog
Makefile.in
admin/ChangeLog
admin/admin.el
configure.ac
doc/misc/ChangeLog
doc/misc/Makefile.in
doc/misc/efaq-w32.texi [new file with mode: 0644]