From 92ce02814205f1276dcfe94d49874719748360bb Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Wed, 20 Feb 2013 11:46:30 +0100 Subject: some basic description about SystemV, upstart and systemd --- linux-basics/boot-process-basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/boot-process-basics/Makefile (limited to 'linux-basics/boot-process-basics/Makefile') diff --git a/linux-basics/boot-process-basics/Makefile b/linux-basics/boot-process-basics/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/linux-basics/boot-process-basics/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3