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