[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 532665df 257/257: Don't move info files top-level
From: |
Tassilo Horn |
Subject: |
main 532665df 257/257: Don't move info files top-level |
Date: |
Fri, 19 Apr 2024 15:37:10 -0400 (EDT) |
branch: main
commit 532665df71a5ecb0dac627a5e5f3af52fd2859f4
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
Don't move info files top-level
---
GNUmakefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index 80b8ba41..50254fb7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -93,10 +93,9 @@ doc/preview-dtxdoc.texi: latex/preview.dtx
doc/preview-dtxdoc.pl
TEXI_SOURCES:=$(wildcard doc/*.texi) doc/version.texi doc/preview-dtxdoc.texi
$(INFO_FILES): %.info: $(TEXI_SOURCES)
cd doc; $(MAKEINFO) --no-split $*.texi
- mv doc/$*.info $@
dir: $(INFO_FILES)
- for f in $(INFO_FILES); do $(INSTALL_INFO) --info-dir=. $$f; done
+ for f in $(INFO_FILES); do $(INSTALL_INFO) --info-dir=doc doc/$$f; done
$(LATEX_FILES): latex/preview.dtx latex/bootstrap.ins
cd latex; $(TEX) '\nonstopmode \input bootstrap.ins'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 532665df 257/257: Don't move info files top-level,
Tassilo Horn <=