# ivoatex Makefile. The ivoatex/README for the targets available. # short name of your document (edit $DOCNAME.tex; would be like RegTAP) DOCNAME = WebAssets # 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 = 2015-05-14 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = NOTE # Source file 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 # (whitespace-separated) FIGURES = ColdBackup.png include ivoatex/Makefile