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

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

[elpa] externals/tramp 629683a 1/2: * texi/Makefile (../README): Newe ta


From: ELPA Syncer
Subject: [elpa] externals/tramp 629683a 1/2: * texi/Makefile (../README): Newe target.
Date: Mon, 29 Nov 2021 05:57:38 -0500 (EST)

branch: externals/tramp
commit 629683a27707f84eacdc66301db7d5aeeba7ca40
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * texi/Makefile (../README): Newe target.
    (all): Add it.
    (sync): Copy trampelpa.texi.
---
 texi/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/texi/Makefile b/texi/Makefile
index 9a54515..9b4eae1 100644
--- a/texi/Makefile
+++ b/texi/Makefile
@@ -29,15 +29,19 @@ SOURCE_DIR  = ~/src/tramp
 
 .PHONY: all clean sync
 
-all: ../tramp.info
+all: ../tramp.info ../README
 
 ../tramp.info: $(TEXI_FILES)
        $(MAKEINFO) --footnote-style=end -o $@ tramp.texi
 
+../README: $(TEXI_FILES)
+       $(MAKEINFO) --plaintext --paragraph-indent=none -o $@ trampelpa.texi
+
 clean:
        $(RM) $(CLEAN_FILES)
 
 # This target is for the maintainer only.
 sync:
        cp -p $(SOURCE_DIR)/texi/tramp.texi tramp.texi
+       cp -p $(SOURCE_DIR)/texi/trampelpa.texi trampelpa.texi
        cp -p $(SOURCE_DIR)/texi/trampver.texi trampver.texi



reply via email to

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