From 8e88d026a34c157430f2565edf38f3fd8c4ac425 Mon Sep 17 00:00:00 2001 From: Arnaud Daby-Seesaram Date: Sun, 22 Sep 2024 19:15:59 +0200 Subject: [PATCH] texinfo: add a Makefile * Makefile: Nouveau fichier. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3e363e1 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +crans.info: crans.texi + makeinfo crans.texi + +crans.html: crans.texi + makeinfo --html --no-split crans.texi + +crans_html: crans.texi + makeinfo --html -o crans_html crans.texi