diff options
| author | Jan Altenberg <jan@linutronix.de> | 2013-02-20 11:46:30 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2013-02-20 11:46:57 +0100 |
| commit | 92ce02814205f1276dcfe94d49874719748360bb (patch) | |
| tree | c56c61e778e7046264dabc32fe513ba93e14524e /linux-basics/boot-process-basics/Makefile | |
| parent | c7d219f71cbb06b2e97dde65ec95b46fe9ee254f (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/Makefile | 9 |
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 + |
