summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--application-devel/compile-tools/Makefile9
-rw-r--r--application-devel/devel-best-practices/Makefile9
-rw-r--r--kernel-devel/kernel-best-practices/Makefile9
-rw-r--r--linux-basics/linux-processes/Makefile9
4 files changed, 36 insertions, 0 deletions
diff --git a/application-devel/compile-tools/Makefile b/application-devel/compile-tools/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/application-devel/compile-tools/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
+
diff --git a/application-devel/devel-best-practices/Makefile b/application-devel/devel-best-practices/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/application-devel/devel-best-practices/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
+
diff --git a/kernel-devel/kernel-best-practices/Makefile b/kernel-devel/kernel-best-practices/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/kernel-devel/kernel-best-practices/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
+
diff --git a/linux-basics/linux-processes/Makefile b/linux-basics/linux-processes/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/linux-basics/linux-processes/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
+