From 25824b81812b819ff9e07438797bba24a5c0fde9 Mon Sep 17 00:00:00 2001 From: Manuel Hachtkemper <manuel@hachtkemper.com> Date: Wed, 19 Oct 2011 22:41:35 +0200 Subject: [PATCH] Makefile: add all target to the "documentation" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e26a04d..44340d4 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ XELATEX = xelatex all: doc bib doc_twice 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 doc | Create complete document. Read output and run make bib or make doc again if needed.' @echo 'make clean | Cleaning working directory.' -- GitLab