branch: externals/tramp commit 629683a27707f84eacdc66301db7d5aeeba7ca40 Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@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