summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/Makefile
diff options
context:
space:
mode:
authorRefik Hadzialic2012-03-26 14:07:03 +0200
committerRefik Hadzialic2012-03-26 14:07:03 +0200
commitda5d9311c52b72df35fdb4bcf0eea828dc970539 (patch)
tree858bf8b99bc4e8fe552fa621adc93e0d65c729ff /vorlagen/thesis/src/Makefile
parentI added the latex files for writing the thesis! (diff)
downloadmalign-da5d9311c52b72df35fdb4bcf0eea828dc970539.tar.gz
malign-da5d9311c52b72df35fdb4bcf0eea828dc970539.tar.xz
malign-da5d9311c52b72df35fdb4bcf0eea828dc970539.zip
deleted
Diffstat (limited to 'vorlagen/thesis/src/Makefile')
-rw-r--r--vorlagen/thesis/src/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/vorlagen/thesis/src/Makefile b/vorlagen/thesis/src/Makefile
deleted file mode 100644
index a57a10f..0000000
--- a/vorlagen/thesis/src/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-all: build tmp
- mv maindoc.pdf ..
-
-build: clean
- pdflatex maindoc
- bibtex maindoc
- pdflatex maindoc
- pdflatex maindoc
-
-tmp:
- mkdir -p ../tmp
- find . -iname "*.aux" \
- -o -iname "*.log" \
- -o -iname "*.bbl" \
- -o -iname "*.blg" \
- -o -iname "*.out" \
- -o -iname "*.dvi" \
- -o -iname "*.toc" \
- | xargs -ITMPFILES mv TMPFILES ../tmp/
-
-clean:
- rm -vf *.aux *.log *.bbl *.blg *.out *.dvi *.toc
-
-distclean: clean
- rm -vf *.pdf