From c929ad9f5ab01ea32ddd1a48aae44a233cb6c039 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 21 Jan 2011 14:09:31 +0100 Subject: Introduced the first draft of some new topics. _BASIC_ introduction to: * Open Source licenses * Scheduling / Process Management * UDEV --- linux-basics/udev-basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/udev-basics/Makefile (limited to 'linux-basics/udev-basics/Makefile') diff --git a/linux-basics/udev-basics/Makefile b/linux-basics/udev-basics/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/linux-basics/udev-basics/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + pdflatex $$pdf; \ + pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3