summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/epsfig/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex209/contrib/epsfig/makefile')
-rw-r--r--obsolete/macros/latex209/contrib/epsfig/makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/obsolete/macros/latex209/contrib/epsfig/makefile b/obsolete/macros/latex209/contrib/epsfig/makefile
new file mode 100644
index 0000000000..e5e5540631
--- /dev/null
+++ b/obsolete/macros/latex209/contrib/epsfig/makefile
@@ -0,0 +1,28 @@
+# USER CONFIG -- edit the following to suit your system
+#
+BINDIR=${HOME}/bin
+STYDIR=${HOME}/lib/tex
+INSTALL=/usr/local/bin/install -g tex
+#
+# END USER CONFIG.
+
+BINS=epsfig epsbb
+STYS=epsfig.sty
+
+
+install: ${STYDIR}/epsfig.sty ${BINDIR}/epsfig ${BINDIR}/epsbb
+
+${STYDIR}/epsfig.sty : epsfig.sty
+ $(INSTALL) -m 0644 epsfig.sty ${STYDIR}
+
+${BINDIR}/epsfig : epsfig
+ $(INSTALL) -m 0755 epsfig ${BINDIR}
+
+${BINDIR}/epsbb : epsbb
+ $(INSTALL) -m 0755 epsbb ${BINDIR}
+
+
+shar: epsfig.shar
+
+epsfig.shar: Makefile README ${BINS} ${STYS}
+ shar Makefile README ${BINS} ${STYS} > epsfig.shar