diff options
Diffstat (limited to 'distribution')
| -rw-r--r-- | distribution/Kconfig | 2 | ||||
| -rw-r--r-- | distribution/debian/Kconfig | 5 | ||||
| -rw-r--r-- | distribution/debian/Makefile | 10 | ||||
| -rw-r--r-- | distribution/elbe/Kconfig | 5 | ||||
| -rw-r--r-- | distribution/elbe/Makefile | 10 |
5 files changed, 14 insertions, 18 deletions
diff --git a/distribution/Kconfig b/distribution/Kconfig index cfd3cd6..3b645ff 100644 --- a/distribution/Kconfig +++ b/distribution/Kconfig @@ -4,4 +4,6 @@ menuconfig ELBE if ELBE source "distribution/elbe-devel/Kconfig" source "distribution/elbe-usage/Kconfig" + source "distribution/debian/Kconfig" + source "distribution/elbe/Kconfig" endif 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 diff --git a/distribution/elbe/Kconfig b/distribution/elbe/Kconfig new file mode 100644 index 0000000..ede6465 --- /dev/null +++ b/distribution/elbe/Kconfig @@ -0,0 +1,5 @@ +config ELBE_BASICS + bool "Basic information about the ELBE project" + default y + help + Overview and basic information about ELBE diff --git a/distribution/elbe/Makefile b/distribution/elbe/Makefile index d641258..c054f16 100644 --- a/distribution/elbe/Makefile +++ b/distribution/elbe/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_ELBE_BASICS) = pres_elbe.pdf |
