aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2011-03-11 01:07:33 -0800
committerGlenn Morris2011-03-11 01:07:33 -0800
commit4f1f90cd9dac7134d85abe6e732afe1a6a9257f7 (patch)
tree974a2e34f1f6f4d53e253506adccc51e66463929 /doc
parentb740639e32c52d75ea93a2ac9c4b1c41257f3bb0 (diff)
downloademacs-4f1f90cd9dac7134d85abe6e732afe1a6a9257f7.tar.gz
emacs-4f1f90cd9dac7134d85abe6e732afe1a6a9257f7.zip
Fix previous change.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index f429b6b2a91..6ecf6bc02f8 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -406,7 +406,7 @@ faq.pdf: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
406## This is the name used on the Emacs web-page. 406## This is the name used on the Emacs web-page.
407## sed fixes up links to point to split version of the manual. 407## sed fixes up links to point to split version of the manual.
408emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi 408emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
409 cd $(srcdir); $(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 's|a href="emacs.html#\([^"]*\)"|a href="manual/html_node/emacs/\1.html"|g' $@
412 412