aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-21 15:47:58 +0000
committermerakor <cem@ckyln.com>2021-03-21 15:47:58 +0000
commit6af61ad5be42526d3aa21da8f5e55d007793683c (patch)
treef964f4e137a1a1dc4181a0093ab67aedef78c399 /docs/Makefile
parent7b2bd92e341d93365434ce07850fb3acf21a4e30 (diff)
downloadcpt-6af61ad5be42526d3aa21da8f5e55d007793683c.tar.gz
docs: update
FossilOrigin-Name: 18ff380ba47e141139cd4dfb589c87e70d97514d925dc638659c42e68fff7c03
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 92b2c76..344bd70 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,14 +7,14 @@ all: cpt.txt cpt.texi cpt.info
.SUFFIXES: .info .texi .org .txt
.org.texi:
rm -f $@
- ${EMACS} $< --batch --eval "(require 'vc)" -f org-texinfo-export-to-texinfo
+ ${EMACS} $< --batch -f org-texinfo-export-to-texinfo
.texi.info:
${MAKEINFO} $< -o $@
.org.txt:
rm -f $@
- ${EMACS} $< --batch --eval "(require 'vc)" -f org-ascii-export-to-ascii
+ ${EMACS} $< --batch -f org-ascii-export-to-ascii
clean:
rm -f cpt.info