summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/pwm/Makefile
diff options
context:
space:
mode:
authorgafan2004-04-01 17:15:01 +0000
committergafan2004-04-01 17:15:01 +0000
commit2df17bfcf7b161f0b37b727ce5751071bd2c6471 (patch)
treed27ed1c80c8fc531da36ae0cd8c99986fe9884b7 /2004/n/fpga/doc/dcd/pwm/Makefile
parent2839ceb355203bd46a19ba08ad1f1856d5706efd (diff)
*** empty log message ***
Diffstat (limited to '2004/n/fpga/doc/dcd/pwm/Makefile')
-rw-r--r--2004/n/fpga/doc/dcd/pwm/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/2004/n/fpga/doc/dcd/pwm/Makefile b/2004/n/fpga/doc/dcd/pwm/Makefile
new file mode 100644
index 0000000..c5a5691
--- /dev/null
+++ b/2004/n/fpga/doc/dcd/pwm/Makefile
@@ -0,0 +1,14 @@
+SUBDIR= images
+
+all:
+ for i in $(SUBDIR); do (cd $$i; $(MAKE) all); done
+
+%.pdf: %.tex
+ pdflatex $<
+ pdflatex $<
+ pdflatex $<
+
+clean:
+ for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done
+ rm -f *.dvi *.aux *.log *.toc *.eps *.pdf *.ps
+