diff options
author | merakor <cem@ckyln.com> | 2020-12-20 08:22:05 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 08:22:05 +0000 |
commit | d41769b86cfb555347ca7f0dc8073fa6cd2bf700 (patch) | |
tree | 9ef32b1181de41db0ab3ffae75da188c8244a967 /Makefile | |
parent | c72c2cc00b2a9e2c7ce7ba0ff22908c209f24822 (diff) | |
parent | 85c93b694963039359d75174a23c1aaa912cdcb3 (diff) | |
download | cpt-d41769b86cfb555347ca7f0dc8073fa6cd2bf700.tar.gz |
Merge branch 'master' into redo
FossilOrigin-Name: 96a790f36f4138d910cb93c04945d7ded695554f0d750efb3f91c4f576c5e430
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |