diff options
| author | Joakim Verona | 2013-08-27 19:32:10 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-27 19:32:10 +0200 |
| commit | ebc2ba4f6049d17fd41d2f1fc8d65efe309f6bf4 (patch) | |
| tree | f2e7b583160ca1f9735006d6304e5d7f479498e3 | |
| parent | 9d6363e6a7ca3d8c89d8e1e92500793a56e749e6 (diff) | |
| parent | 278208b8e6917af1e7e2623a3869614fa70059ed (diff) | |
| download | emacs-ebc2ba4f6049d17fd41d2f1fc8d65efe309f6bf4.tar.gz emacs-ebc2ba4f6049d17fd41d2f1fc8d65efe309f6bf4.zip | |
merge from trunk
| -rw-r--r-- | admin/ChangeLog | 2 | ||||
| -rw-r--r-- | admin/admin.el | 3 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 58 | ||||
| -rw-r--r-- | doc/misc/efaq.texi (renamed from doc/misc/faq.texi) | 0 |
5 files changed, 34 insertions, 32 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index f92fa8930b5..245c809ec81 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * admin.el (manual-misc-manuals): Use INFO_COMMON rather than | 3 | * admin.el (manual-misc-manuals): Use INFO_COMMON rather than |
| 4 | INFO_TARGETS. | 4 | INFO_TARGETS. "faq" does not need special treatment any more. |
| 5 | 5 | ||
| 6 | 2013-08-15 Glenn Morris <rgm@gnu.org> | 6 | 2013-08-15 Glenn Morris <rgm@gnu.org> |
| 7 | 7 | ||
diff --git a/admin/admin.el b/admin/admin.el index 875db2948e5..f8ca8aec261 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -289,9 +289,8 @@ Optional argument TYPE is type of output (nil means all)." | |||
| 289 | 289 | ||
| 290 | (defun manual-misc-html (name root html-node-dir html-mono-dir) | 290 | (defun manual-misc-html (name root html-node-dir html-mono-dir) |
| 291 | ;; Hack to deal with the cases where .texi creates a different .info. | 291 | ;; Hack to deal with the cases where .texi creates a different .info. |
| 292 | ;; Blech. TODO Why not just rename the .texi files? | 292 | ;; Blech. TODO Why not just rename the .texi (or .info) files? |
| 293 | (let* ((texiname (cond ((equal name "ccmode") "cc-mode") | 293 | (let* ((texiname (cond ((equal name "ccmode") "cc-mode") |
| 294 | ((equal name "efaq") "faq") | ||
| 295 | (t name))) | 294 | (t name))) |
| 296 | (texi (expand-file-name (format "doc/misc/%s.texi" texiname) root))) | 295 | (texi (expand-file-name (format "doc/misc/%s.texi" texiname) root))) |
| 297 | (manual-html-node texi (expand-file-name name html-node-dir)) | 296 | (manual-html-node texi (expand-file-name name html-node-dir)) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 03af4b34942..ca620a15b4f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * efaq.texi: Rename from faq.texi, to match its output files. | ||
| 4 | * Makefile.in: Update for faq.texi name change. | ||
| 5 | |||
| 3 | * efaq-w32.texi (EMACSVER): Get it from emacsver.texi. | 6 | * efaq-w32.texi (EMACSVER): Get it from emacsver.texi. |
| 4 | 7 | ||
| 5 | * Makefile.in (webhack): Remove; it's nothing to do with Emacs. | 8 | * Makefile.in (webhack): Remove; it's nothing to do with Emacs. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index e3a30180330..0ae1edf7069 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -98,6 +98,7 @@ DVI_TARGETS = $(DOCMISC_DVI_W32) \ | |||
| 98 | ede.dvi \ | 98 | ede.dvi \ |
| 99 | ediff.dvi \ | 99 | ediff.dvi \ |
| 100 | edt.dvi \ | 100 | edt.dvi \ |
| 101 | efaq.dvi \ | ||
| 101 | eieio.dvi \ | 102 | eieio.dvi \ |
| 102 | emacs-mime.dvi \ | 103 | emacs-mime.dvi \ |
| 103 | epa.dvi \ | 104 | epa.dvi \ |
| @@ -105,7 +106,6 @@ DVI_TARGETS = $(DOCMISC_DVI_W32) \ | |||
| 105 | ert.dvi \ | 106 | ert.dvi \ |
| 106 | eshell.dvi \ | 107 | eshell.dvi \ |
| 107 | eudc.dvi \ | 108 | eudc.dvi \ |
| 108 | faq.dvi \ | ||
| 109 | flymake.dvi \ | 109 | flymake.dvi \ |
| 110 | forms.dvi \ | 110 | forms.dvi \ |
| 111 | gnus.dvi \ | 111 | gnus.dvi \ |
| @@ -156,6 +156,7 @@ HTML_TARGETS = $(DOCMISC_HTML_W32) \ | |||
| 156 | ede.html \ | 156 | ede.html \ |
| 157 | ediff.html \ | 157 | ediff.html \ |
| 158 | edt.html \ | 158 | edt.html \ |
| 159 | efaq.html \ | ||
| 159 | eieio.html \ | 160 | eieio.html \ |
| 160 | emacs-mime.html \ | 161 | emacs-mime.html \ |
| 161 | epa.html \ | 162 | epa.html \ |
| @@ -163,7 +164,6 @@ HTML_TARGETS = $(DOCMISC_HTML_W32) \ | |||
| 163 | ert.html \ | 164 | ert.html \ |
| 164 | eshell.html \ | 165 | eshell.html \ |
| 165 | eudc.html \ | 166 | eudc.html \ |
| 166 | faq.html \ | ||
| 167 | flymake.html \ | 167 | flymake.html \ |
| 168 | forms.html \ | 168 | forms.html \ |
| 169 | gnus.html \ | 169 | gnus.html \ |
| @@ -214,6 +214,7 @@ PDF_TARGETS = $(DOCMISC_PDF_W32) \ | |||
| 214 | ede.pdf \ | 214 | ede.pdf \ |
| 215 | ediff.pdf \ | 215 | ediff.pdf \ |
| 216 | edt.pdf \ | 216 | edt.pdf \ |
| 217 | efaq.pdf \ | ||
| 217 | eieio.pdf \ | 218 | eieio.pdf \ |
| 218 | emacs-mime.pdf \ | 219 | emacs-mime.pdf \ |
| 219 | epa.pdf \ | 220 | epa.pdf \ |
| @@ -221,7 +222,6 @@ PDF_TARGETS = $(DOCMISC_PDF_W32) \ | |||
| 221 | ert.pdf \ | 222 | ert.pdf \ |
| 222 | eshell.pdf \ | 223 | eshell.pdf \ |
| 223 | eudc.pdf \ | 224 | eudc.pdf \ |
| 224 | faq.pdf \ | ||
| 225 | flymake.pdf \ | 225 | flymake.pdf \ |
| 226 | forms.pdf \ | 226 | forms.pdf \ |
| 227 | gnus.pdf \ | 227 | gnus.pdf \ |
| @@ -272,6 +272,7 @@ PS_TARGETS = $(DOCMISC_PS_W32) \ | |||
| 272 | ede.ps \ | 272 | ede.ps \ |
| 273 | ediff.ps \ | 273 | ediff.ps \ |
| 274 | edt.ps \ | 274 | edt.ps \ |
| 275 | efaq.ps \ | ||
| 275 | eieio.ps \ | 276 | eieio.ps \ |
| 276 | emacs-mime.ps \ | 277 | emacs-mime.ps \ |
| 277 | epa.ps \ | 278 | epa.ps \ |
| @@ -279,7 +280,6 @@ PS_TARGETS = $(DOCMISC_PS_W32) \ | |||
| 279 | ert.ps \ | 280 | ert.ps \ |
| 280 | eshell.ps \ | 281 | eshell.ps \ |
| 281 | eudc.ps \ | 282 | eudc.ps \ |
| 282 | faq.ps \ | ||
| 283 | flymake.ps \ | 283 | flymake.ps \ |
| 284 | forms.ps \ | 284 | forms.ps \ |
| 285 | gnus.ps \ | 285 | gnus.ps \ |
| @@ -515,6 +515,31 @@ edt.pdf: $(edt_deps) | |||
| 515 | edt.html: $(edt_deps) | 515 | edt.html: $(edt_deps) |
| 516 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/edt.texi | 516 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/edt.texi |
| 517 | 517 | ||
| 518 | ## No gfdl dependency. | ||
| 519 | efaq_deps = ${srcdir}/efaq.texi $(emacsdir)/emacsver.texi | ||
| 520 | efaq : $(buildinfodir)/efaq$(INFO_EXT) | ||
| 521 | $(buildinfodir)/efaq$(INFO_EXT): $(efaq_deps) | ||
| 522 | $(mkinfodir) | ||
| 523 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/efaq.texi | ||
| 524 | efaq.dvi: $(efaq_deps) | ||
| 525 | $(ENVADD) $(TEXI2DVI) ${srcdir}/efaq.texi | ||
| 526 | efaq.pdf: $(efaq_deps) | ||
| 527 | $(ENVADD) $(TEXI2PDF) ${srcdir}/efaq.texi | ||
| 528 | efaq.html: $(efaq_deps) | ||
| 529 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/efaq.texi | ||
| 530 | |||
| 531 | efaq_w32_deps = ${srcdir}/efaq-w32.texi $(emacsdir)/emacsver.texi | ||
| 532 | efaq-w32 : $(buildinfodir)/efaq-w32$(INFO_EXT) | ||
| 533 | $(buildinfodir)/efaq-w32$(INFO_EXT): $(efaq_w32_deps) | ||
| 534 | $(mkinfodir) | ||
| 535 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/efaq-w32.texi | ||
| 536 | efaq-w32.dvi: $(efaq_w32_deps) | ||
| 537 | $(ENVADD) $(TEXI2DVI) ${srcdir}/efaq-w32.texi | ||
| 538 | efaq-w32.pdf: $(efaq_w32_deps) | ||
| 539 | $(ENVADD) $(TEXI2PDF) ${srcdir}/efaq-w32.texi | ||
| 540 | efaq-w32.html: $(efaq_w32_deps) | ||
| 541 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/efaq-w32.texi | ||
| 542 | |||
| 518 | eieio_deps = ${srcdir}/eieio.texi ${gfdl} | 543 | eieio_deps = ${srcdir}/eieio.texi ${gfdl} |
| 519 | eieio : $(buildinfodir)/eieio$(INFO_EXT) | 544 | eieio : $(buildinfodir)/eieio$(INFO_EXT) |
| 520 | $(buildinfodir)/eieio$(INFO_EXT): $(eieio_deps) | 545 | $(buildinfodir)/eieio$(INFO_EXT): $(eieio_deps) |
| @@ -611,31 +636,6 @@ eudc.pdf: $(eudc_deps) | |||
| 611 | eudc.html: $(eudc_deps) | 636 | eudc.html: $(eudc_deps) |
| 612 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/eudc.texi | 637 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/eudc.texi |
| 613 | 638 | ||
| 614 | ## No gfdl dependency. | ||
| 615 | faq_deps = ${srcdir}/faq.texi $(emacsdir)/emacsver.texi | ||
| 616 | efaq : $(buildinfodir)/efaq$(INFO_EXT) | ||
| 617 | $(buildinfodir)/efaq$(INFO_EXT): $(faq_deps) | ||
| 618 | $(mkinfodir) | ||
| 619 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/faq.texi | ||
| 620 | faq.dvi: $(faq_deps) | ||
| 621 | $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi | ||
| 622 | faq.pdf: $(faq_deps) | ||
| 623 | $(ENVADD) $(TEXI2PDF) ${srcdir}/faq.texi | ||
| 624 | faq.html: $(faq_deps) | ||
| 625 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/faq.texi | ||
| 626 | |||
| 627 | efaq_w32_deps = ${srcdir}/efaq-w32.texi $(emacsdir)/emacsver.texi | ||
| 628 | efaq-w32 : $(buildinfodir)/efaq-w32$(INFO_EXT) | ||
| 629 | $(buildinfodir)/efaq-w32$(INFO_EXT): $(efaq_w32_deps) | ||
| 630 | $(mkinfodir) | ||
| 631 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/efaq-w32.texi | ||
| 632 | efaq-w32.dvi: $(efaq_w32_deps) | ||
| 633 | $(ENVADD) $(TEXI2DVI) ${srcdir}/efaq-w32.texi | ||
| 634 | efaq-w32.pdf: $(efaq_w32_deps) | ||
| 635 | $(ENVADD) $(TEXI2PDF) ${srcdir}/efaq-w32.texi | ||
| 636 | efaq-w32.html: $(efaq_w32_deps) | ||
| 637 | $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/efaq-w32.texi | ||
| 638 | |||
| 639 | flymake_deps = ${srcdir}/flymake.texi ${gfdl} | 639 | flymake_deps = ${srcdir}/flymake.texi ${gfdl} |
| 640 | flymake : $(buildinfodir)/flymake$(INFO_EXT) | 640 | flymake : $(buildinfodir)/flymake$(INFO_EXT) |
| 641 | $(buildinfodir)/flymake$(INFO_EXT): $(flymake_deps) | 641 | $(buildinfodir)/flymake$(INFO_EXT): $(flymake_deps) |
diff --git a/doc/misc/faq.texi b/doc/misc/efaq.texi index 1354f68cc9f..1354f68cc9f 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/efaq.texi | |||