diff options
| author | Glenn Morris | 2011-03-12 10:40:08 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-12 10:40:08 -0800 |
| commit | 54ce11a161cd756047fccdfc128dc0527692ea06 (patch) | |
| tree | 3cdff2ea3a1ab3e99386595584e05235238f6ff4 /doc/misc | |
| parent | 219bd53686e5b05b609abe399be26a567f909f64 (diff) | |
| download | emacs-54ce11a161cd756047fccdfc128dc0527692ea06.tar.gz emacs-54ce11a161cd756047fccdfc128dc0527692ea06.zip | |
Some more html rules for doc/misc/Makefile.in.
* doc/misc/Makefile.in (emacs-faq.html): Fix some more cross-refs.
(emacs-faq.text): New target.
(clean): Add emacs-faq.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b27b1aae5b7..1a1ca1d6296 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-03-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (emacs-faq.html): Fix some more cross-refs. | ||
| 4 | (emacs-faq.text): New target. | ||
| 5 | (clean): Add emacs-faq. | ||
| 6 | |||
| 1 | 2011-03-12 Michael Albinus <michael.albinus@gmx.de> | 7 | 2011-03-12 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | Sync with Tramp 2.2.1. | 9 | Sync with Tramp 2.2.1. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 6ecf6bc02f8..450199a33c5 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -408,7 +408,10 @@ faq.pdf: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi | |||
| 408 | emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi | 408 | emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi |
| 409 | $(MAKEINFO) $(MAKEINFO_OPTS) --no-split \ | 409 | $(MAKEINFO) $(MAKEINFO_OPTS) --no-split \ |
| 410 | --css-ref='/layout.css' --html -o $@ $< | 410 | --css-ref='/layout.css' --html -o $@ $< |
| 411 | sed -i 's|a href="emacs.html#\([^"]*\)"|a href="manual/html_node/emacs/\1.html"|g' $@ | 411 | sed -i -e 's|a href="\([a-z]*\)\.html#\([^"]*\)"|a href="manual/html_node/\1/\2.html"|g' \ |
| 412 | -e 's|/Top\.html|/|g' $@ | ||
| 413 | emacs-faq.text: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi | ||
| 414 | $(MAKEINFO) $(MAKEINFO_OPTS) --plaintext -o $@ $< | ||
| 412 | 415 | ||
| 413 | flymake : $(infodir)/flymake | 416 | flymake : $(infodir)/flymake |
| 414 | $(infodir)/flymake: flymake.texi | 417 | $(infodir)/flymake: flymake.texi |
| @@ -692,7 +695,7 @@ mostlyclean: | |||
| 692 | rm -f gnustmp.* | 695 | rm -f gnustmp.* |
| 693 | 696 | ||
| 694 | clean: mostlyclean | 697 | clean: mostlyclean |
| 695 | rm -f $(DVI_TARGETS) $(PDF_TARGETS) $(HTML_TARGETS) | 698 | rm -f $(DVI_TARGETS) $(PDF_TARGETS) $(HTML_TARGETS) emacs-faq.text |
| 696 | 699 | ||
| 697 | distclean: clean | 700 | distclean: clean |
| 698 | # rm -f Makefile | 701 | # rm -f Makefile |