aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/Makefile')
-rw-r--r--doc/ref/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ref/Makefile b/doc/ref/Makefile
new file mode 100644
index 00000000..2232a70e
--- /dev/null
+++ b/doc/ref/Makefile
@@ -0,0 +1,7 @@
+TEXI_FILES := $(shell find . -type f -name \*.texi)
+INFOFLAGS :=
+
+all: calp.info
+
+calp.info: $(TEXI_FILES)
+ makeinfo $(INFOFLAGS) calp.texi