summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elbioimp/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/elbioimp/Makefile
Initial commit
Diffstat (limited to 'macros/latex/contrib/elbioimp/Makefile')
-rw-r--r--macros/latex/contrib/elbioimp/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/elbioimp/Makefile b/macros/latex/contrib/elbioimp/Makefile
new file mode 100644
index 0000000000..e69d998792
--- /dev/null
+++ b/macros/latex/contrib/elbioimp/Makefile
@@ -0,0 +1,26 @@
+PACKAGE = elbioimp
+
+$(PACKAGE).cls: $(PACKAGE).ins $(PACKAGE).dtx
+ tex $(PACKAGE).ins
+
+$(PACKAGE).pdf: $(PACKAGE).cls
+ pdflatex $(PACKAGE).dtx
+ bibtex $(PACKAGE)
+ makeindex -s gglo.ist -o elbioimp.gls elbioimp.glo
+ makeindex -s gind.ist -o elbioimp.ind elbioimp.idx
+ pdflatex $(PACKAGE).dtx
+
+test1.pdf: test1.tex $(PACKAGE).cls
+ pdflatex test1.tex
+ bibtex test1
+ pdflatex test1.tex
+ pdflatex test1.tex
+
+distr: $(PACKAGE).pdf test1.pdf
+ zip elbioimp README Makefile $(PACKAGE).dtx $(PACKAGE).ins \
+ $(PACKAGE).cls $(PACKAGE).pdf test1.tex test-bib.bib \
+ test-ill.png $(PACKAGE)-basis.tex
+ cp elbioimp.pdf ~dag/www_docs/latex-links
+
+clean:
+ rm -f *.aux *.bbl *.blg *.dvi *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~