From 4f1f90cd9dac7134d85abe6e732afe1a6a9257f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 11 Mar 2011 01:07:33 -0800 Subject: [PATCH] Fix previous change. --- doc/misc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ## This is the name used on the Emacs web-page. ## sed fixes up links to point to split version of the manual. emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi - cd $(srcdir); $(MAKEINFO) $(MAKEINFO_OPTS) --no-split \ + $(MAKEINFO) $(MAKEINFO_OPTS) --no-split \ --css-ref='/layout.css' --html -o $@ $< sed -i 's|a href="emacs.html#\([^"]*\)"|a href="manual/html_node/emacs/\1.html"|g' $@ -- 2.39.2