From 85c93b694963039359d75174a23c1aaa912cdcb3 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 20 Dec 2020 08:21:35 +0000 Subject: docs: add new documentation for cpt FossilOrigin-Name: 40a002bfab4194969ad59f76b04d52473ca3d64d56f97dd30989b73ac774f9f7 --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3