aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-20 08:22:05 +0000
committermerakor <cem@ckyln.com>2020-12-20 08:22:05 +0000
commitd41769b86cfb555347ca7f0dc8073fa6cd2bf700 (patch)
tree9ef32b1181de41db0ab3ffae75da188c8244a967 /Makefile
parentc72c2cc00b2a9e2c7ce7ba0ff22908c209f24822 (diff)
parent85c93b694963039359d75174a23c1aaa912cdcb3 (diff)
downloadcpt-d41769b86cfb555347ca7f0dc8073fa6cd2bf700.tar.gz
Merge branch 'master' into redo
FossilOrigin-Name: 96a790f36f4138d910cb93c04945d7ded695554f0d750efb3f91c4f576c5e430
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b2529b..4e0880d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,15 @@ SRC = bin/cpt-readlink.c bin/cpt-stat.c
OBJ = ${SRC:.c=.o}
BIN = ${SRC:.c=}
+.SUFFIXES:
+.SUFFIXES: .o .c .org .texi .info
+
+.org.texi:
+ ${EMACS} $< --batch -f org-texinfo-export-to-texinfo
+
+.texi.info:
+ ${MAKEINFO} $< -o $@
+
all: ${BIN}
.c: