aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-06 01:16:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-06 01:16:11 +0100
commit34c12d524d3a9238e174864220ab04adaf0cd7d1 (patch)
tree3b6caad16f7488f72ce4d57610ba5affc00eba2b /doc/ref/Makefile
parentStart on propper documentation (of js so far). (diff)
downloadcalp-34c12d524d3a9238e174864220ab04adaf0cd7d1.tar.gz
calp-34c12d524d3a9238e174864220ab04adaf0cd7d1.tar.xz
Split javascript doc into multiple files.
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