diff options
Diffstat (limited to 'linux-basics/filesystem-structure')
| -rw-r--r-- | linux-basics/filesystem-structure/Kconfig | 5 | ||||
| -rw-r--r-- | linux-basics/filesystem-structure/Makefile | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/linux-basics/filesystem-structure/Kconfig b/linux-basics/filesystem-structure/Kconfig new file mode 100644 index 0000000..0615ee0 --- /dev/null +++ b/linux-basics/filesystem-structure/Kconfig @@ -0,0 +1,5 @@ +config LINUX_FILESYSTEM_STRUC + bool "Linux filesystem structure papers" + default y + help + Papers about Linux filesystem structure diff --git a/linux-basics/filesystem-structure/Makefile b/linux-basics/filesystem-structure/Makefile index d641258..12564f5 100644 --- a/linux-basics/filesystem-structure/Makefile +++ b/linux-basics/filesystem-structure/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_LINUX_FILESYSTEM_STRUC) += hints_file-system-structure_de.pdf pres_file-system-structure_de.pdf +obj-handout-$(CONFIG_LINUX_FILESYSTEM_STRUC) += handout_file-system-structure_de.pdf |
