diff options
| author | Eli Zaretskii | 2005-07-30 11:45:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-07-30 11:45:20 +0000 |
| commit | ddd3a8bbdafe9d01bcc8d42ff33957d1a84d216b (patch) | |
| tree | d68ff9002d631289f81159423ae448c684c45078 /lispref | |
| parent | 55c097c01c94c5de1f1f3706818dc4572d8fdc83 (diff) | |
| download | emacs-ddd3a8bbdafe9d01bcc8d42ff33957d1a84d216b.tar.gz emacs-ddd3a8bbdafe9d01bcc8d42ff33957d1a84d216b.zip | |
(info): Don't run install-info.
($(infodir)/dir): New target, produced by running install-info.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/makefile.w32-in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 457f98c1104..10b1e168805 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in | |||
| @@ -99,7 +99,10 @@ srcs = \ | |||
| 99 | .PHONY: clean | 99 | .PHONY: clean |
| 100 | 100 | ||
| 101 | # The info file is named `elisp'. | 101 | # The info file is named `elisp'. |
| 102 | |||
| 102 | info: $(infodir)/elisp | 103 | info: $(infodir)/elisp |
| 104 | |||
| 105 | $(infodir)/dir: | ||
| 103 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp | 106 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp |
| 104 | 107 | ||
| 105 | $(infodir)/elisp: $(srcs) | 108 | $(infodir)/elisp: $(srcs) |