From 0b6914e087cb6c1f0476315e2a13d222bd19f3f8 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 14:31:56 +0100 Subject: Rename hsw.sty to thesis.sty --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 697eca2..47b74cf 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ all: projekt_doku.pdf #.asciidoc.tex: # asciidoc --backend=latex $< -projekt_doku.pdf: projekt_doku.asciidoc hsw.sty - a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s hsw.sty -b xetex" $< +projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty + a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s thesis.sty -b xetex" $< .PHONY: pluggit pluggit: -- cgit