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 = UWSRegExt |
5 |
|
6 |
# count up; you probably do not want to bother with versions <1.0 |
7 |
DOCVERSION = 1.0 |
8 |
|
9 |
# Publication date, ISO format; update manually for "releases" |
10 |
DOCDATE = 20180523 |
11 |
|
12 |
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN |
13 |
DOCTYPE = NOTE |
14 |
|
15 |
# Source files for the TeX document (but the main file must always |
16 |
# be called $(DOCNAME).tex |
17 |
#SOURCES = $(DOCNAME).tex role_diagram.pdf |
18 |
SOURCES = $(DOCNAME).tex |
19 |
|
20 |
# List of image files to be included in submitted package (anything that |
21 |
# can be rendered directly by common web browsers) |
22 |
#FIGURES = role_diagram.svg |
23 |
FIGURES = |
24 |
|
25 |
# List of PDF figures (figures that must be converted to pixel images to |
26 |
# work in web browsers). |
27 |
VECTORFIGURES = |
28 |
|
29 |
# Additional files to distribute (e.g., CSS, schema files, examples...) |
30 |
AUX_FILES = UWSRegExt-v1.0.xsd |
31 |
|
32 |
include ivoatex/Makefile |