-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (20 loc) · 859 Bytes
/
Makefile
File metadata and controls
29 lines (20 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ivoatex Makefile. The ivoatex/README for the targets available.
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = SSO
# count up; you probably do not want to bother with versions <1.0
# new doc version (2.1 or 3.0) to be decided later
DOCVERSION = 2.0
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2022-04-29
# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = WD
# 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 = SSO_image001.png SSO_image002.png SSO_image003.png
# List of PDF figures (for vector graphics)
VECTORFIGURES =
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
include ivoatex/Makefile