[project @ 2004-06-05 21:55:51 by panne]
[ghc-hetmet.git] / ghc / docs / storage-mgt / Makefile
index ee543f3..9dc1c01 100644 (file)
@@ -1,26 +1,29 @@
-#      General makefile for Latex stuff\r
-\r
-ps: sm.ps rp.ps ldv.ps\r
-\r
-\r
-######## General rules\r
-.SUFFIXES:\r
-.PRECIOUS: %.tex %.ps %.bbl\r
-\r
-#%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib)\r
-%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib)\r
-       latex $<\r
-       @if grep -s "\citation" $*.aux; then bibtex $*; fi\r
-       latex $<\r
-       latex $<\r
-\r
-%.ps: %.dvi\r
-       dvips -f < $< > $@\r
-\r
-clean:\r
-       rm -f *.aux *.log\r
-\r
-nuke: clean\r
-       rm -f *.dvi *.ps *.bbl *.blg\r
-\r
-# End of file\r
+#      General makefile for Latex stuff
+
+dvi: sm.dvi rp.dvi ldv.dvi
+ps: sm.ps rp.ps ldv.ps
+html:
+
+######## General rules
+.SUFFIXES:
+.PRECIOUS: %.tex %.ps %.bbl
+
+#%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib)
+%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib)
+       latex $<
+       @if grep -s "\citation" $*.aux; then bibtex $*; fi
+       latex $<
+       latex $<
+
+%.ps: %.dvi
+       dvips -f < $< > $@
+
+clean:
+       $(RM) *.aux *.log
+
+distclean: clean
+       $(RM) *.dvi *.ps *.bbl *.blg *.gz
+
+maintainer-clean: distclean
+
+# End of file