diff options
| author | Jan Altenberg <jan@linutronix.de> | 2013-12-27 12:35:43 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2013-12-27 12:35:43 +0100 |
| commit | 7820db946ca238f47fff030d43fa1bbc1fb0183b (patch) | |
| tree | cc0273a927e8b1b9cd243b36f85a590d988d36c2 /distribution/debian | |
| parent | 455c28f2c81b92e72c299b526ff66801ee71f175 (diff) | |
Update all topics for Kconfig
Diffstat (limited to 'distribution/debian')
| -rw-r--r-- | distribution/debian/Kconfig | 5 | ||||
| -rw-r--r-- | distribution/debian/Makefile | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/distribution/debian/Kconfig b/distribution/debian/Kconfig new file mode 100644 index 0000000..f9dc52d --- /dev/null +++ b/distribution/debian/Kconfig @@ -0,0 +1,5 @@ +config DEBIAN + bool "Information about the Debian distribution" + default y + help + Overview of the Debian distribution diff --git a/distribution/debian/Makefile b/distribution/debian/Makefile index d641258..9baa59d 100644 --- a/distribution/debian/Makefile +++ b/distribution/debian/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_DEBIAN) = pres_debian.pdf |
