mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-04-18 15:51:28 +02:00
Remove unneeded pdf creation scripts
This commit is contained in:
parent
cda16e1a60
commit
dd4e649689
@ -1 +0,0 @@
|
||||
. pdf-mydoc.sh; . pdf-product1.sh; . pdf-product2.sh;
|
14
pdf-mydoc.sh
14
pdf-mydoc.sh
@ -1,14 +0,0 @@
|
||||
# Note that .sh scripts work only on Mac. If you're on Windows, install Git Bash and use that as your client.
|
||||
|
||||
echo 'Kill all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
echo "Building PDF-friendly HTML site for Mydoc ...";
|
||||
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_mydoc_pdf.yml;
|
||||
echo "done";
|
||||
|
||||
echo "Building the PDF ...";
|
||||
prince --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/mydoc.pdf;
|
||||
|
||||
echo "Done. Look in the pdf directory to see if it printed successfully."
|
@ -1,11 +0,0 @@
|
||||
echo 'Killing all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
echo "Building PDF-friendly HTML site for Product1 ...";
|
||||
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_product1_pdf.yml;
|
||||
echo "done";
|
||||
|
||||
echo "Building the PDF ...";
|
||||
prince --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/product1.pdf;
|
||||
echo "done";
|
@ -1,11 +0,0 @@
|
||||
echo 'Killing all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
echo "Building PDF-friendly HTML site for Product2 ...";
|
||||
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_product2_pdf.yml;
|
||||
echo "done";
|
||||
|
||||
echo "Building the PDF ...";
|
||||
prince --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/product2.pdf;
|
||||
echo "done";
|
Loading…
x
Reference in New Issue
Block a user