summaryrefslogtreecommitdiff
path: root/application-devel/devel-environment
diff options
context:
space:
mode:
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