-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile
executable file
·29 lines (20 loc) · 893 Bytes
/
Makefile
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 = TimeSeries
# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 0.1
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2023-11-21
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = NOTE
# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex
SOURCES = $(DOCNAME).tex photcal_FILTERSYS.xml photcal_PARAM.xml \
vot-ex1-GROUP.xml vot-ex2-GROUP.xml table_TIMESERIES.xml
# List of pixel image files to be included in submitted package
FIGURES =
# List of PDF figures (for vector graphics)
# VECTORFIGURES = role_diagram.pdf
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
include ivoatex/Makefile