tcc-apres/pluginarch/makefile

21 lines
225 B
Makefile
Raw Normal View History

2018-05-21 17:57:57 +00:00
all:
make clean
make toPdf
make cropPdf
make pdf2png
clean:
rm -f *.png
rm -f *.pdf
toPdf:
libreoffice --convert-to pdf *.od*
cropPdf:
chmod +x pdfcrop.sh
./pdfcrop.sh
pdf2png:
chmod +x pdf2png.sh
./pdf2png.sh