From 340c2a937273507b7e8961ece9c6412e95e7f034 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 22 Jul 2021 15:51:18 +0300 Subject: docs: update --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23b8cf2..88bde83 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include config.mk ORG = carbslinux.org fdl.org TEXI = carbslinux.texi -TARGET = carbslinux.info install.txt carbslinux.txt +TARGET = carbslinux.info install.txt carbslinux.txt install.org all: ${TARGET} @@ -12,6 +12,9 @@ carbslinux.info: carbslinux.texi install.txt: ${ORG} ${EMACS} carbslinux.org -f docs-install-txt +install.org: ${ORG} + ${EMACS} carbslinux.org -f docs-install-org + carbslinux.txt: ${ORG} ${EMACS} carbslinux.org -f org-ascii-export-to-ascii -- cgit v1.2.3