emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals-release/org 9802877 2/2: doc/Makefile: Use the .info ex


From: ELPA Syncer
Subject: [elpa] externals-release/org 9802877 2/2: doc/Makefile: Use the .info extension for org.info and orgguide.info
Date: Sun, 16 May 2021 04:57:13 -0400 (EDT)

branch: externals-release/org
commit 9802877fbe442a52b4e63782b84921f46cf5d56b
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    doc/Makefile: Use the .info extension for org.info and orgguide.info
    
    * doc/Makefile (install): Use the .info extension when generating
    info files (org.info and orgguide.info).
---
 doc/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 96fda14..fcde02d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -48,10 +48,10 @@ org-version.tex:    orgcard.tex
 
 install:       org orgguide
        if [ ! -d $(DESTDIR)$(infodir) ]; then $(MKDIR) $(DESTDIR)$(infodir); 
else true; fi ;
-       $(CP) org $(DESTDIR)$(infodir)
-       $(CP) orgguide $(DESTDIR)$(infodir)
-       $(INSTALL_INFO) --infodir=$(DESTDIR)$(infodir) org
-       $(INSTALL_INFO) --infodir=$(DESTDIR)$(infodir) orgguide
+       $(CP) org.info $(DESTDIR)$(infodir)
+       $(CP) orgguide.info $(DESTDIR)$(infodir)
+       $(INSTALL_INFO) --infodir=$(DESTDIR)$(infodir) org.info
+       $(INSTALL_INFO) --infodir=$(DESTDIR)$(infodir) orgguide.info
 
 clean:
        $(RM) org orgguide *.pdf *.html *_letter.tex org-version.inc \
@@ -68,7 +68,7 @@ clean-install:
 .SUFFIXES:     .texi .tex .txt _letter.tex
 
 %:             %.texi org-version.inc
-       $(MAKEINFO) --no-split $< -o $@
+       $(MAKEINFO) --no-split $< -o $@.info
 
 # the following two lines work around a bug in some versions of texi2dvi
 %.pdf:         LC_ALL=C



reply via email to

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