summaryrefslogtreecommitdiff
path: root/linux-basics/boot-process-basics/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2013-02-20 11:46:30 +0100
committerJan Altenberg <jan@linutronix.de>2013-02-20 11:46:57 +0100
commit92ce02814205f1276dcfe94d49874719748360bb (patch)
treec56c61e778e7046264dabc32fe513ba93e14524e /linux-basics/boot-process-basics/Makefile
parentc7d219f71cbb06b2e97dde65ec95b46fe9ee254f (diff)
some basic description about SystemV, upstart and systemd
Diffstat (limited to 'linux-basics/boot-process-basics/Makefile')
-rw-r--r--linux-basics/boot-process-basics/Makefile9
1 files changed, 9 insertions, 0 deletions
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
+