From 776393889a3be6f79f800506ccc1587d635cc903 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 3 May 2020 12:27:10 -0400 Subject: manual: Add skeleton --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ddaa3b2 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +BATCH = emacs -Q --batch + +all: piem.info + +.PHONY: clean +clean: + $(RM) *.info + +%.info: %.texi + makeinfo $< -- cgit v1.2.3