diff options
Diffstat (limited to 'forms')
| -rw-r--r-- | forms/Kconfig | 5 | ||||
| -rw-r--r-- | forms/Makefile | 10 |
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 |
