doc-src/Makefile.in
changeset 6593 62204772812f
child 6596 d44dd0b564c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/Makefile.in	Wed May 05 18:07:38 1999 +0200
@@ -0,0 +1,35 @@
+#
+# $Id$
+#
+# Common part for Doc Makefiles
+#
+
+## settings
+
+LATEX = latex
+BIBTEX = bibtex
+RAIL = rail
+SEDINDEX = ../sedindex
+
+GARBAGE = *.aux *.log *.toc *.idx *.rai *.bbl *.ind *.blg
+OUTPUT = *.dvi *.pdf *.ps
+
+
+## actions
+
+nothing:
+
+clean:
+	@rm -f $(GARBAGE)
+
+veryclean:
+	@rm -f $(OUTPUT) $(GARBAGE)
+
+isabelle.eps:
+	test -r $* || ln -s ../gfx/$* .
+
+isabelle_hol.eps:
+	test -r $* || ln -s ../gfx/$* .
+
+isabelle_zf.eps:
+	test -r $* || ln -s ../gfx/$* .