[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/makefile.w32-in
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/man/makefile.w32-in |
Date: |
Sat, 30 Jul 2005 07:42:36 -0400 |
Index: emacs/man/makefile.w32-in
diff -c emacs/man/makefile.w32-in:1.19 emacs/man/makefile.w32-in:1.20
*** emacs/man/makefile.w32-in:1.19 Mon Jul 4 15:20:49 2005
--- emacs/man/makefile.w32-in Sat Jul 30 11:42:35 2005
***************
*** 109,115 ****
$(srcdir)/kmacro.texi
info: $(INFO_TARGETS)
- $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
dvi: $(DVI_TARGETS)
--- 109,114 ----
***************
*** 123,128 ****
--- 122,130 ----
# the Texinfo distribution.
# Some Windows ports of makeinfo seem to require -o to come before the
# texi filename, contrary to GNU standards.
+
+ $(infodir)/dir:
+ $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
$(infodir)/info: $(INFOSOURCES)
$(MAKEINFO) --no-split -o $@ info.texi