# ivoatex Makefile. The ivoatex/README for the targets available. # short name of your document (edit $DOCNAME.tex; would be like RegTAP) DOCNAME = caproles # count up; you probably do not want to bother with versions <1.0 DOCVERSION = 1.0 # Publication date, ISO format; update manually for "releases" DOCDATE = 2019-03-15 # What is it you're writing: NOTE, WD, PR, REC, PEN, or EN DOCTYPE = NOTE # An e-mail address of the person doing the submission to the document # repository (can be empty until a make upload is being made) AUTHOR_EMAIL=msdemlei@ari.uni-heidelberg.de # Source files for the TeX document (but the main file must always # be called $(DOCNAME).tex SOURCES = $(DOCNAME).tex # List of image files to be included in submitted package (anything that # can be rendered directly by common web browsers) FIGURES = # List of PDF figures (figures that must be converted to pixel images to # work in web browsers). VECTORFIGURES = fig_regworld.pdf # Additional files to distribute (e.g., CSS, schema files, examples...) AUX_FILES = %.epsi:%.texfig $(TEX) $< dvips -z $* ps2eps < $*.ps | tr '\r' '\n' > $*.epsi rm -f $*.ps $*.log $*.dvi %.pdf: %.epsi ps2pdf -dEPSCrop $< $@ include ivoatex/Makefile install: caproles.pdf scp $^ alnilam:/var/www/docs/