summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thesis.conf4
-rw-r--r--thesis.mk2
2 files changed, 1 insertions, 5 deletions
diff --git a/thesis.conf b/thesis.conf
deleted file mode 100644
index 67d34c3..0000000
--- a/thesis.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-TexInputs: asciidoc-boilerplate/
-TexStyle: thesis
-XslParam: asciidoc-boilerplate/thesis.xsl
-Options: -b xetex
diff --git a/thesis.mk b/thesis.mk
index 4acf2c8..1bde9d6 100644
--- a/thesis.mk
+++ b/thesis.mk
@@ -1,3 +1,3 @@
.SUFFIXES: .txt .pdf
.txt.pdf:
- a2x -f pdf --dblatex-opts="-c asciidoc-boilerplate/thesis.conf" $<
+ a2x -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $<