]> OzVa Git service - ootc-docs/commitdiff
Added thumbnails
authorMax Value <greenwoodw50@gmail.com>
Tue, 25 Mar 2025 11:12:52 +0000 (11:12 +0000)
committerMax Value <greenwoodw50@gmail.com>
Tue, 25 Mar 2025 11:12:52 +0000 (11:12 +0000)
Makefile

index 419869d2684e383ef344b8a1c5db0b93ec869763..b00e906163159997351cd905c7646a4b953f3563 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,10 @@ $(documents) : ./media/goodnight.pdf ./media/ootcblack.pdf ./media/ootccolor.pdf
        pdflatex -output-directory="./build" -interaction="nonstopmode" -jobname='$@' -output-format='pdf' "\documentclass{ootc-pdf}\input{docs/$@}"
        pdflatex -output-directory="./build" -interaction="nonstopmode" -jobname='$@' -output-format='pdf' "\documentclass{ootc-pdf}\input{docs/$@}"
 
+       # make the titlepage for the document
+       pdfjam ./build/$@.pdf 1 -o ./build/cover-$@.pdf
+       magick -density 60x60 ./build/cover-$@.pdf -quality 90 -background white -flatten -alpha off ./build/$@.png
+
        # compile as epub using the ootc-epub format
        latexmlc --dest=./build/$@.epub --base=./build --includestyles "literal:\documentclass{ootc-html}\input{docs/$@}"
 
@@ -29,7 +33,7 @@ $(documents) : ./media/goodnight.pdf ./media/ootcblack.pdf ./media/ootccolor.pdf
 .PHONY : tidy
 tidy :
        -rm latexml.log
-       -rm ./build/*.log ./build/*.aux
+       -rm ./build/*.log ./build/*.aux ./build/cover-*
 
 .PHONY : clean
 clean :