Fix previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Mar 2011 09:07:33 +0000 (01:07 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Mar 2011 09:07:33 +0000 (01:07 -0800)
doc/misc/Makefile.in

index f429b6b..6ecf6bc 100644 (file)
@@ -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' $@