summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-08-09 11:15:36 +0200
committerManuel Traut <manut@linutronix.de>2010-08-09 11:15:36 +0200
commit1434bc7a133cd799276a9fb1a15677fadf38fbe0 (patch)
tree4621e8a28f5d66b0372bdf165afef04eb0bf9702 /Makefile
parentd4d3db9299cd28938ff2e3bf76358ecfc40e6beb (diff)
remove linutronix-*.png duplicates. If lx-cd is 'installed' the
images are included from /usr/share/lx/logo Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index caa7337..e2ed503 100644
--- a/Makefile
+++ b/Makefile
@@ -3,18 +3,6 @@ SUBDIRS = kernel-devel linux-basics realtime application-devel flash-memory
default:
make all
-latex-install:
- mkdir -p /usr/share/texmf-texlive/tex/latex/linutronix
- cp latex/lxarticle/lxarticle.cls /usr/share/texmf-texlive/tex/latex/linutronix/
- cp latex/lxarticle/lxheaders.sty /usr/share/texmf-texlive/tex/latex/linutronix/
- cp latex/lxarticle/lxextras.sty /usr/share/texmf-texlive/tex/latex/linutronix/
- cp latex/latex-beamer/beamerthemelinutronix.sty /usr/share/texmf/tex/latex/beamer/themes/theme/
- mkdir -p /usr/share/texmf/fonts/tfm/linutronix
- mkdir -p /usr/share/texmf/fonts/vf/linutronix
- cp latex/latex-beamer/*tfm /usr/share/texmf/fonts/tfm/linutronix
- cp latex/latex-beamer/*vf /usr/share/texmf/fonts/vf/linutronix
- texhash
-
all clean::
for dir in $(SUBDIRS) ; do \
(cd $$dir && make $@); \