diff options
| author | Jason Rumney | 2008-02-06 23:01:28 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-06 23:01:28 +0000 |
| commit | f272c0fda934b51fcb62bf90b232b52f7218b863 (patch) | |
| tree | 9b3242d708ec734240a4c73c1544bb0ff30da1f9 | |
| parent | 5457150f9cbeb5bcda3da113c120c501fbe6a304 (diff) | |
| download | emacs-f272c0fda934b51fcb62bf90b232b52f7218b863.tar.gz emacs-f272c0fda934b51fcb62bf90b232b52f7218b863.zip | |
Revert last change
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/makefile.w32-in | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/makefile.w32-in | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/makefile.w32-in | 8 |
6 files changed, 8 insertions, 23 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ad83776b711..5f416f61612 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | 2008-02-05 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (info): Depend on $(infodir)/dir | ||
| 4 | ($(infodir)/dir): Depend on info files. | ||
| 5 | |||
| 6 | 2008-02-02 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-02-02 Eli Zaretskii <eliz@gnu.org> |
| 7 | 2 | ||
| 8 | * maintaining.texi (Tags): Fix last change. | 3 | * maintaining.texi (Tags): Fix last change. |
diff --git a/doc/emacs/makefile.w32-in b/doc/emacs/makefile.w32-in index ad594887df6..99b9e173f65 100644 --- a/doc/emacs/makefile.w32-in +++ b/doc/emacs/makefile.w32-in | |||
| @@ -102,7 +102,7 @@ EMACSSOURCES= \ | |||
| 102 | $(srcdir)/kmacro.texi \ | 102 | $(srcdir)/kmacro.texi \ |
| 103 | $(EMACS_XTRA) | 103 | $(EMACS_XTRA) |
| 104 | 104 | ||
| 105 | info: $(INFO_TARGETS) $(infodir)/dir | 105 | info: $(INFO_TARGETS) |
| 106 | 106 | ||
| 107 | dvi: $(DVI_TARGETS) | 107 | dvi: $(DVI_TARGETS) |
| 108 | 108 | ||
| @@ -111,7 +111,7 @@ dvi: $(DVI_TARGETS) | |||
| 111 | # to exist in the build directory. | 111 | # to exist in the build directory. |
| 112 | # In a distribution of Emacs, the Info files should be up to date. | 112 | # In a distribution of Emacs, the Info files should be up to date. |
| 113 | 113 | ||
| 114 | $(infodir)/dir: $(INFO_TARGETS) | 114 | $(infodir)/dir: |
| 115 | $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | 115 | $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) |
| 116 | 116 | ||
| 117 | $(infodir)/emacs: $(EMACSSOURCES) | 117 | $(infodir)/emacs: $(EMACSSOURCES) |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8703a279ec1..12539758018 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | 2008-02-05 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (info): Depend on $(infodir)/dir | ||
| 4 | ($(infodir)/dir): Depend on info files. | ||
| 5 | |||
| 6 | 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> | 1 | 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 7 | 2 | ||
| 8 | * display.texi (Button Types): | 3 | * display.texi (Button Types): |
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 7e7fe87be11..381d389cae3 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in | |||
| @@ -101,9 +101,9 @@ srcs = \ | |||
| 101 | 101 | ||
| 102 | # The info file is named `elisp'. | 102 | # The info file is named `elisp'. |
| 103 | 103 | ||
| 104 | info: $(infodir)/elisp $(infodir)/dir | 104 | info: $(infodir)/elisp |
| 105 | 105 | ||
| 106 | $(infodir)/dir: $(infodir)/elisp | 106 | $(infodir)/dir: |
| 107 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp | 107 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp |
| 108 | 108 | ||
| 109 | $(infodir)/elisp: $(srcs) | 109 | $(infodir)/elisp: $(srcs) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 977def73eed..92be8efdee7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -7,11 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | * tramp.texi (Remote processes): Add `shell-command'. | 8 | * tramp.texi (Remote processes): Add `shell-command'. |
| 9 | 9 | ||
| 10 | 2008-02-05 Jason Rumney <jasonr@gnu.org> | ||
| 11 | |||
| 12 | * makefile.w32-in (info): Depend on $(infodir)/dir | ||
| 13 | ($(infodir)/dir): Depend on info files. | ||
| 14 | |||
| 15 | 2008-01-28 Michael Sperber <sperber@deinprogramm.de> | 10 | 2008-01-28 Michael Sperber <sperber@deinprogramm.de> |
| 16 | 11 | ||
| 17 | * gnus.texi (Mail Source Specifiers): Document `group' specifier. | 12 | * gnus.texi (Mail Source Specifiers): Document `group' specifier. |
diff --git a/doc/misc/makefile.w32-in b/doc/misc/makefile.w32-in index 4da32e9e473..b0a8f0f1e64 100644 --- a/doc/misc/makefile.w32-in +++ b/doc/misc/makefile.w32-in | |||
| @@ -64,7 +64,7 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ | |||
| 64 | "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C | 64 | "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C |
| 65 | 65 | ||
| 66 | 66 | ||
| 67 | info: $(INFO_TARGETS) $(infodir)/dir | 67 | info: $(INFO_TARGETS) |
| 68 | 68 | ||
| 69 | dvi: $(DVI_TARGETS) | 69 | dvi: $(DVI_TARGETS) |
| 70 | 70 | ||
| @@ -73,15 +73,15 @@ dvi: $(DVI_TARGETS) | |||
| 73 | # to exist in the build directory. | 73 | # to exist in the build directory. |
| 74 | # In a distribution of Emacs, the Info files should be up to date. | 74 | # In a distribution of Emacs, the Info files should be up to date. |
| 75 | 75 | ||
| 76 | $(infodir)/dir: | ||
| 77 | $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | ||
| 78 | |||
| 76 | # The following target uses an explicit -o switch to work around | 79 | # The following target uses an explicit -o switch to work around |
| 77 | # the @setfilename directive in info.texi, which is required for | 80 | # the @setfilename directive in info.texi, which is required for |
| 78 | # the Texinfo distribution. | 81 | # the Texinfo distribution. |
| 79 | # Some Windows ports of makeinfo seem to require -o to come before the | 82 | # Some Windows ports of makeinfo seem to require -o to come before the |
| 80 | # texi filename, contrary to GNU standards. | 83 | # texi filename, contrary to GNU standards. |
| 81 | 84 | ||
| 82 | $(infodir)/dir: $(INFO_TARGETS) | ||
| 83 | $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | ||
| 84 | |||
| 85 | $(infodir)/info: $(INFOSOURCES) | 85 | $(infodir)/info: $(INFOSOURCES) |
| 86 | $(MAKEINFO) --no-split -o $@ info.texi | 86 | $(MAKEINFO) --no-split -o $@ info.texi |
| 87 | 87 | ||