1 |
# ivoatex Makefile. The ivoatex/README for the targets available. |
2 |
|
3 |
# short name of your document (edit $DOCNAME.tex; would be like RegTAP) |
4 |
DOCNAME = VOSpace |
5 |
|
6 |
# count up; you probably do not want to bother with versions <1.0 |
7 |
DOCVERSION = 2.1 |
8 |
|
9 |
# Publication date, ISO format; update manually for "releases" |
10 |
DOCDATE = 20140805 |
11 |
|
12 |
# What is it you're writing: NOTE, WD, PR, or REC |
13 |
DOCTYPE = WD |
14 |
|
15 |
# Source files for the TeX document (but the main file must always |
16 |
# be called $(DOCNAME).tex |
17 |
SOURCES = $(DOCNAME).tex |
18 |
|
19 |
# List of pixel image files to be included in submitted package |
20 |
FIGURES = archdiag.png |
21 |
|
22 |
# List of PDF figures (for vector graphics) |
23 |
VECTORFIGURES = |
24 |
|
25 |
include ivoatex/Makefile |