emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103625: Fix previous change.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103625: Fix previous change.
Date: Fri, 11 Mar 2011 01:07:33 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103625
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-11 01:07:33 -0800
message:
  Fix previous change.
modified:
  doc/misc/Makefile.in
=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2011-03-11 09:02:58 +0000
+++ b/doc/misc/Makefile.in      2011-03-11 09:07:33 +0000
@@ -406,7 +406,7 @@
 ## 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' $@
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]