diff options
| author | Jan Altenberg <jan@linutronix.de> | 2011-01-21 14:09:31 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2011-01-21 14:09:31 +0100 |
| commit | c929ad9f5ab01ea32ddd1a48aae44a233cb6c039 (patch) | |
| tree | b1c235be231606ec869d76b94fa17e56c95340e9 /linux-basics/licenses/Makefile | |
| parent | 4eaadbd816e2f5f0717d789188e6086612262e73 (diff) | |
Introduced the first draft of some new topics.
_BASIC_ introduction to:
* Open Source licenses
* Scheduling / Process Management
* UDEV
Diffstat (limited to 'linux-basics/licenses/Makefile')
| -rw-r--r-- | linux-basics/licenses/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/licenses/Makefile b/linux-basics/licenses/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/linux-basics/licenses/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + pdflatex $$pdf; \ + pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
