diff options
author | merakor <cem@ckyln.com> | 2021-07-28 08:27:35 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-28 08:27:35 +0000 |
commit | 0ded82fa18a6ebb1acf1e0d0d3a22f2dda8697fe (patch) | |
tree | c52ee6829c2e8c6d2ca60b4e2b72508602978d61 /docs | |
parent | c02e4b71708276fd811d66c5e898952a9b54c782 (diff) | |
parent | 74c675e3d1528c0b78dd7a79408622f43bdba587 (diff) | |
download | cpt-0ded82fa18a6ebb1acf1e0d0d3a22f2dda8697fe.tar.gz |
merge configure
FossilOrigin-Name: ffa730cb9ecfd753f5e2131d2213201cf6531a3584d3b1e644e3f5749b049a29
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/Makefile b/docs/Makefile index 344bd70..3a7dbf0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,5 @@ # Carbs Packaging Tools Documentation -include ../config.mk +-include ../config.mk INSTALL_SH = ../tools/install.sh all: cpt.txt cpt.texi cpt.info @@ -22,12 +22,4 @@ clean: all-clean: clean rm -f cpt.texi cpt.txt -install: all - ${INSTALL_SH} -Dm644 cpt.txt ${DESTDIR}${CPTDOC}/cpt.txt - ${INSTALL_SH} -Dm644 cpt.info ${DESTDIR}${INFODIR}/cpt.info - -uninstall: - rm -rf ${DESTDIR}${CPTDOC} - rm -f ${DESTDIR}${INFODIR}/cpt.info - .PHONY: all clean all-clean install uninstall |