Common part for Doc Makefiles;
authorwenzelm
Wed, 05 May 1999 18:07:38 +0200
changeset 6593 62204772812f
parent 6592 c120262044b6
child 6594 fe2f5024f89e
Common part for Doc Makefiles;
doc-src/Makefile.in
--- /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/$* .