From 219b9379d173dfc3e091bd8ef6431b26825056f5 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Thu, 24 Feb 2011 16:03:09 +0100 Subject: Introduced a basic chapter about the X windows system: XFree <-> Xorg The X protocol What is a Windowmanager? Starting X What is a Display Manager? --- linux-basics/xorg-basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/xorg-basics/Makefile (limited to 'linux-basics/xorg-basics/Makefile') diff --git a/linux-basics/xorg-basics/Makefile b/linux-basics/xorg-basics/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/linux-basics/xorg-basics/Makefile @@ -0,0 +1,9 @@ +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 + -- cgit v1.2.3