aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/Makefile')
-rw-r--r--doc/ref/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/Makefile b/doc/ref/Makefile
index 2da2dd43..35dd6604 100644
--- a/doc/ref/Makefile
+++ b/doc/ref/Makefile
@@ -1,6 +1,7 @@
TEXI_FILES := $(wildcard *.texi)
+INFOFLAGS :=
all: calp.info
calp.info: $(TEXI_FILES)
- makeinfo calp.texi
+ makeinfo $(INFOFLAGS) calp.texi