diff options
| author | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 03:38:57 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 03:38:57 +0200 |
| commit | 36f95c7001ac4d753c6242ab102ad343ebc93827 (patch) | |
| tree | 9da1df0d6c1746afb0d2a7d61d60ce926b2c0351 /Makefile | |
| parent | b208259c74504385c2f9b90d892785c55cc9aff5 (diff) | |
| parent | d3835cbfea3bbc19b386f31c4972d4bc37b9347b (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,5 @@ +SUBDIRS = kernel-devel linux-basics realtime application-devel + latex-install: mkdir -p /usr/share/texmf-texlive/tex/latex/linutronix cp latex/lxarticle/lxarticle.cls /usr/share/texmf-texlive/tex/latex/linutronix/ @@ -10,3 +12,7 @@ latex-install: cp latex/latex-beamer/*vf /usr/share/texmf/fonts/vf/linutronix texhash +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done |
