diff options
| author | Manuel Traut <manut@linutronix.de> | 2010-10-13 15:25:37 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2010-10-13 15:25:37 +0200 |
| commit | bb4eefa52e5a886f9ad2a09583be3014f8e5993d (patch) | |
| tree | ce0fcb6259cb04da911ab6eb259a170cfb277f8c | |
| parent | b2e44db77b3db28636e97d21ea22129e18847427 (diff) | |
remove cleaned up files from makefiles
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | application-devel/app-debugging/Makefile | 1 | ||||
| -rw-r--r-- | application-devel/cross-devel/Makefile | 2 | ||||
| -rw-r--r-- | flash-memory/mtd/Makefile | 1 | ||||
| -rw-r--r-- | flash-memory/ubi/Makefile | 1 | ||||
| -rw-r--r-- | flash-memory/ubifs/Makefile | 3 | ||||
| -rw-r--r-- | linux-basics/important-tools/Makefile | 3 | ||||
| -rw-r--r-- | realtime/rt-basics/Makefile | 1 |
7 files changed, 0 insertions, 12 deletions
diff --git a/application-devel/app-debugging/Makefile b/application-devel/app-debugging/Makefile index 3f8d266..421927f 100644 --- a/application-devel/app-debugging/Makefile +++ b/application-devel/app-debugging/Makefile @@ -2,7 +2,6 @@ all: pdflatex handout_app-debugging_de.tex pdflatex handout_app-debugging_de.tex pdflatex pres_app-debugging_de.tex - pdflatex hints_app-debugging_de.tex clean: rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out diff --git a/application-devel/cross-devel/Makefile b/application-devel/cross-devel/Makefile index bd4d45f..9d4799b 100644 --- a/application-devel/cross-devel/Makefile +++ b/application-devel/cross-devel/Makefile @@ -1,7 +1,5 @@ all: - pdflatex handout_cross-devel_de.tex pdflatex pres_cross-devel_de.tex - pdflatex hints_cross-devel_de.tex clean: rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out diff --git a/flash-memory/mtd/Makefile b/flash-memory/mtd/Makefile index 53ab416..92197fe 100644 --- a/flash-memory/mtd/Makefile +++ b/flash-memory/mtd/Makefile @@ -1,6 +1,5 @@ all: pdflatex pres_mtd_de.tex - pdflatex hints_mtd_de.tex pdflatex handout_mtd_de.tex pdflatex handout_mtd_de.tex diff --git a/flash-memory/ubi/Makefile b/flash-memory/ubi/Makefile index 72eb669..7397dd4 100644 --- a/flash-memory/ubi/Makefile +++ b/flash-memory/ubi/Makefile @@ -1,6 +1,5 @@ all: pdflatex pres_ubi_de.tex - pdflatex hints_ubi_de.tex pdflatex handout_ubi_de.tex pdflatex handout_ubi_de.tex diff --git a/flash-memory/ubifs/Makefile b/flash-memory/ubifs/Makefile index c93e40a..7345d33 100644 --- a/flash-memory/ubifs/Makefile +++ b/flash-memory/ubifs/Makefile @@ -1,8 +1,5 @@ all: pdflatex pres_ubifs_de.tex - pdflatex hints_ubifs_de.tex - pdflatex handout_ubifs_de.tex - pdflatex handout_ubifs_de.tex clean: rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out diff --git a/linux-basics/important-tools/Makefile b/linux-basics/important-tools/Makefile index d949d00..ffcea55 100644 --- a/linux-basics/important-tools/Makefile +++ b/linux-basics/important-tools/Makefile @@ -1,8 +1,5 @@ all: pdflatex pres_important_tools_de.tex - pdflatex hints_important_tools_de.tex - pdflatex handout_important_tools_de.tex - pdflatex handout_important_tools_de.tex clean: rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out diff --git a/realtime/rt-basics/Makefile b/realtime/rt-basics/Makefile index c8baf33..fa44bb9 100644 --- a/realtime/rt-basics/Makefile +++ b/realtime/rt-basics/Makefile @@ -1,6 +1,5 @@ all: pdflatex pres_rt-basics_de.tex - pdflatex hints_rt-basics_de.tex pdflatex handout_rt-basics_de.tex pdflatex handout_rt-basics_de.tex |
