aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:50:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:50:51 +0100
commit641278c624a3a0c06856656255f648f2cf4f6a92 (patch)
tree49c47c4c61dd0704e89cfd75681bc16f171e7ad5 /doc/ref/Makefile
parentAdd debug buttons in popup for dumping xcal and jcal. (diff)
parentDocument (vcompenent control). (diff)
downloadcalp-641278c624a3a0c06856656255f648f2cf4f6a92.tar.gz
calp-641278c624a3a0c06856656255f648f2cf4f6a92.tar.xz
Merge branch 'doc' into jcal
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