summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfx/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pdfx/src/Makefile')
-rw-r--r--macros/latex/contrib/pdfx/src/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/pdfx/src/Makefile b/macros/latex/contrib/pdfx/src/Makefile
new file mode 100644
index 0000000000..7681e19012
--- /dev/null
+++ b/macros/latex/contrib/pdfx/src/Makefile
@@ -0,0 +1,42 @@
+##
+## Makefile
+##
+##
+##
+##
+##
+
+file=pdfx
+
+
+all: pdf out index changes
+ make pdf
+
+out:
+ if [ -f $(file).links ] ; then cp $(file).links tmp.links; fi ;
+# sed 's/BOOKMARK/fxmark/g;' tmp.out > x.out; mv x.out tmp.out ;
+
+pdf:
+ pdflatex -recorder $(file).dtx
+
+index:
+ makeindex -s gind.ist -o $(file).ind $(file).idx
+
+changes:
+ makeindex -s gglo.ist -o $(file).gls $(file).glo
+
+xview:
+ mupdf -r 100 $(file).pdf &>/dev/null
+
+view:
+ acroread $(file).pdf
+
+ins:
+ latex pdfx.ins
+
+diff:
+ diff $(file).sty ../$(file).sty |less
+
+copy:
+ cp $(file).sty ../
+