diff options
| author | Manuel Traut <manut@linutronix.de> | 2011-01-26 17:11:06 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2011-01-26 17:11:06 +0100 |
| commit | f0f6880c74c1994f407decc97151dfa0194d9eb7 (patch) | |
| tree | c8751a30e7e5091927701735db45f25d16081da6 /frameworks/gui | |
| parent | f6f0ee15f6ab3bee6150edb7b842c6624bfd8cae (diff) | |
middleware: add to new buildsys
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'frameworks/gui')
| -rw-r--r-- | frameworks/gui/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/frameworks/gui/Makefile b/frameworks/gui/Makefile deleted file mode 100644 index 4663d52..0000000 --- a/frameworks/gui/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 - |
