diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-22 15:51:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-22 15:51:18 +0300 |
commit | 340c2a937273507b7e8961ece9c6412e95e7f034 (patch) | |
tree | 20b062478f0832e72a34eac11b5ff4c76db29e89 /Makefile | |
parent | 30c0c11f5e8da2306970477630a97c472dd7941b (diff) | |
download | docs-340c2a937273507b7e8961ece9c6412e95e7f034.tar.gz |
docs: update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |