Browse Source

Removed dofiles, sadly

Getty Ritter 5 years ago
parent
commit
aad5059d58
6 changed files with 0 additions and 31 deletions
  1. 0 5
      chalcedony.pdf.do
  2. 0 4
      clean.do
  3. 0 5
      core-playbooks.pdf.do
  4. 0 7
      default.pdf.do
  5. 0 5
      extended-playbooks.pdf.do
  6. 0 5
      inverse-playbooks.pdf.do

+ 0 - 5
chalcedony.pdf.do

@@ -1,5 +0,0 @@
-#!/bin/bash -e
-
-DEPS="travelrules.pdf core-playbooks.pdf inverse-playbooks.pdf extended-playbooks.pdf"
-redo-ifchange $DEPS
-pdfunite $DEPS $3

+ 0 - 4
clean.do

@@ -1,4 +0,0 @@
-#!/bin/bash -e
-
-rm -f *.pdf
-exit 1

+ 0 - 5
core-playbooks.pdf.do

@@ -1,5 +0,0 @@
-#!/bin/bash -e
-
-CORE_PLAYBOOKS="bard.pdf cleric.pdf druid.pdf fighter.pdf paladin.pdf ranger.pdf thief.pdf wizard.pdf"
-redo-ifchange $CORE_PLAYBOOKS
-pdfunite $CORE_PLAYBOOKS $3

+ 0 - 7
default.pdf.do

@@ -1,7 +0,0 @@
-#!/bin/bash -e
-
-redo-ifchange "$1.tex"
-TMPDIR="$(mktemp -d)"
-xelatex -output-directory="${TMPDIR}" "$1.tex"
-mv "${TMPDIR}/$1.pdf" "$3"
-rm -rf "${TMPDIR}"

+ 0 - 5
extended-playbooks.pdf.do

@@ -1,5 +0,0 @@
-#!/bin/bash -e
-
-EXTENDED_PLAYBOOKS="priest.pdf artificer.pdf witch.pdf mage.pdf"
-redo-ifchange $EXTENDED_PLAYBOOKS
-pdfunite $EXTENDED_PLAYBOOKS $3

+ 0 - 5
inverse-playbooks.pdf.do

@@ -1,5 +0,0 @@
-#!/bin/bash -e
-
-INVERSE_PLAYBOOKS="collector.pdf lanternbearer.pdf survivor.pdf"
-redo-ifchange $INVERSE_PLAYBOOKS
-pdfunite $INVERSE_PLAYBOOKS $3