summaryrefslogtreecommitdiff
path: root/web/c_cpp/cweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/c_cpp/cweb/Makefile')
-rw-r--r--web/c_cpp/cweb/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/c_cpp/cweb/Makefile b/web/c_cpp/cweb/Makefile
index e3db8819c6..c547ef9154 100644
--- a/web/c_cpp/cweb/Makefile
+++ b/web/c_cpp/cweb/Makefile
@@ -1,6 +1,6 @@
# This file is part of CWEB.
# It is distributed WITHOUT ANY WARRANTY, express or implied.
-# Version 4.8 --- June 2022
+# Version 4.10 --- August 2023
# Copyright (C) 1987,1990,1993,2000 Silvio Levy and Donald E. Knuth
@@ -203,3 +203,8 @@ tarfile: $(ALL) examples
tarball:
tar zcvhf /tmp/cweb.tgz $(ALL) examples
+
+ctan:
+ git archive -o ~/cweb-4.10.zip --prefix=cweb/ cweb-4.10
+ make PDF=pdf usermanual
+ cd ..; zip -r ~/cweb-4.10.zip cweb/cwebman.pdf