summaryrefslogtreecommitdiff
path: root/application-devel/devel-environment
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
commit9e05689406c83ae3020ca32a6ec6387466209138 (patch)
tree20a95a65df7e46b584c666ec74850df6d62b3045 /application-devel/devel-environment
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'application-devel/devel-environment')
-rw-r--r--application-devel/devel-environment/Kconfig5
-rw-r--r--application-devel/devel-environment/Makefile11
2 files changed, 7 insertions, 9 deletions
diff --git a/application-devel/devel-environment/Kconfig b/application-devel/devel-environment/Kconfig
new file mode 100644
index 0000000..244d254
--- /dev/null
+++ b/application-devel/devel-environment/Kconfig
@@ -0,0 +1,5 @@
+config DEVEL_ENVIRONMENT
+ bool "Development environment papers"
+ default y
+ help
+ Papers about development environment
diff --git a/application-devel/devel-environment/Makefile b/application-devel/devel-environment/Makefile
index d641258..36e1069 100644
--- a/application-devel/devel-environment/Makefile
+++ b/application-devel/devel-environment/Makefile
@@ -1,9 +1,2 @@
-all:
- for pdf in `ls -1 *.tex` ; do \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- done
-
-clean:
- rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
-
+obj-$(CONFIG_DEVEL_ENVIRONMENT) += pres_devel-environment_de.pdf pres_devel-environment_de_short.pdf
+obj-handout-$(CONFIG_DEVEL_ENVIRONMENT) += handout_devel-environment_de.pdf