Skip to content
Snippets Groups Projects
Commit 25824b81 authored by Manuel Hachtkemper's avatar Manuel Hachtkemper
Browse files

Makefile: add all target to the "documentation"

parent 01728ae1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ XELATEX = xelatex ...@@ -4,6 +4,7 @@ XELATEX = xelatex
all: doc bib doc_twice all: doc bib doc_twice
default: default:
@echo 'make all | Create complete document and bibliography
@echo 'make bib | Create bibliography, Arbeit.aux required. To create them ,run make doc.' @echo 'make bib | Create bibliography, Arbeit.aux required. To create them ,run make doc.'
@echo 'make doc | Create complete document. Read output and run make bib or make doc again if needed.' @echo 'make doc | Create complete document. Read output and run make bib or make doc again if needed.'
@echo 'make clean | Cleaning working directory.' @echo 'make clean | Cleaning working directory.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment