From 20a9612d659e6eb768b4b8daa9c4811509fbaf44 Mon Sep 17 00:00:00 2001 From: Mariano Montone Date: Wed, 17 May 2023 21:19:54 -0300 Subject: [PATCH] Makefile: release-info rule --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 6e4e3aa..91e7fca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -698,6 +698,10 @@ docbook: temp.texi wget: wget -r -np -nd -A tex http://quimby.gnus.org/circus/cl/dpANS3/ wget -r -np -nd -A tex http://quimby.gnus.org/circus/cl/dpANS3R/ + +release-info: + tar czf ansicl.info.tar.gz ansicl ansicl-1 ansicl-10 ansicl-2 ansicl-3 ansicl-4 ansicl-5 ansicl-6 ansicl-7 ansicl-8 ansicl-9 + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: