From 4cf35b9e1368f3b36c780e62eb397950983acc0d Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Wed, 17 Jun 2009 22:53:34 +0200 Subject: handout/hints for linux-basics/filesystem-structure --- linux-basics/filesystem-structure/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/filesystem-structure/Makefile (limited to 'linux-basics/filesystem-structure/Makefile') diff --git a/linux-basics/filesystem-structure/Makefile b/linux-basics/filesystem-structure/Makefile new file mode 100644 index 0000000..1e609fd --- /dev/null +++ b/linux-basics/filesystem-structure/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_file-system-structure_de.tex + pdflatex hints_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3