summaryrefslogtreecommitdiff
path: root/forms
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 /forms
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'forms')
-rw-r--r--forms/Kconfig5
-rw-r--r--forms/Makefile10
2 files changed, 6 insertions, 9 deletions
diff --git a/forms/Kconfig b/forms/Kconfig
new file mode 100644
index 0000000..c117dbe
--- /dev/null
+++ b/forms/Kconfig
@@ -0,0 +1,5 @@
+config FORMS
+ bool "Forms papers"
+ default y
+ help
+ Papers abput forms
diff --git a/forms/Makefile b/forms/Makefile
index d641258..bd67e2b 100644
--- a/forms/Makefile
+++ b/forms/Makefile
@@ -1,9 +1 @@
-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_FORMS) += evalsheet_en.pdf