aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b257e29..3552b5d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,12 @@ all: docs style
docs: texidocs/carbslinux.texi texidocs/carbslinux.txt
mkdir -p docs/docs
+ makeinfo --html --css-ref=https://www.gnu.org/software/gnulib/manual.css -o docs/docs/cpt cpt/docs/cpt.texi
+ makeinfo --html --css-ref=https://www.gnu.org/software/gnulib/manual.css --no-split -o docs/docs/cpt.html cpt/docs/cpt.texi
makeinfo --html --css-ref=https://www.gnu.org/software/gnulib/manual.css -o docs/docs/carbslinux texidocs/carbslinux.texi
makeinfo --html --css-ref=https://www.gnu.org/software/gnulib/manual.css --no-split -o docs/docs/carbslinux.html texidocs/carbslinux.texi
cp texidocs/carbslinux.txt docs/docs/carbslinux.txt
+ cp cpt/docs/cpt.txt docs/docs/cpt.txt
style: style/carbslinux.css
mkdir -p docs