summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-01-26 17:35:10 +0100
committerManuel Traut <manut@linutronix.de>2011-01-26 17:35:10 +0100
commitf020c2ca1ef336cee116ec3df47a984289c2c18e (patch)
tree3c551063bdf52814c3decc8f98fafe0b9e3eaaf1
parentf0f6880c74c1994f407decc97151dfa0194d9eb7 (diff)
fix framework makefile to ignore TODO file
Signed-off-by: Manuel Traut <manut@linutronix.de>
-rw-r--r--frameworks/Makefile2
-rw-r--r--handout_master.tex2
2 files changed, 3 insertions, 1 deletions
diff --git a/frameworks/Makefile b/frameworks/Makefile
index c0c47ad..0a202ea 100644
--- a/frameworks/Makefile
+++ b/frameworks/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile`
+SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile | grep -v TODO`
all clean::
for dir in $(SUBDIRS) ; do \
diff --git a/handout_master.tex b/handout_master.tex
index 7e2f1aa..f5ccb3a 100644
--- a/handout_master.tex
+++ b/handout_master.tex
@@ -3,6 +3,8 @@
\section{Applikationsentwicklung}
\input{./application-devel/app-debugging/handout_app-debugging_de.tex}
\input{./application-devel/devel-environment/handout_devel-environment_de.tex}
+\section{Frameworks}
+\input{./frameworks/middleware/handout_middleware.tex}
\chapter{Kernel}
\section{Flashspeicher}
\input{./flash-memory/mtd/handout_mtd_de.tex}