# ivoatex Makefile. The ivoatex/README for the targets available. # short name of your document (edit $DOCNAME.tex; would be like RegTAP) DOCNAME = ADQL # count up; you probably do not want to bother with versions <1.0 DOCVERSION = 2.1 # Publication date, ISO format; update manually for "releases" DOCDATE = 2018-01-12 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = PR # Source files for the TeX document (but the main file must always # be called $(DOCNAME).tex SOURCES = $(DOCNAME).tex # List of pixel image files to be included in submitted package FIGURES = ADQL-archdiag.png # List of PDF figures (for vector graphics) VECTORFIGURES = include ivoatex/Makefile # Shortcut aliases pdf: $(DOCNAME).pdf html: $(DOCNAME).html zip: package