generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMakefile
executable file
·35 lines (24 loc) · 1.13 KB
/
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
30
31
32
33
34
35
# ivoatex Makefile. The ivoatex/README for the targets available.
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = moc
# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 2.0
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2022-07-27
# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = REC
# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex
SOURCES = $(DOCNAME).tex role_diagram.pdf appendix_algo.tex appendix_json.tex \
appendix_perf.tex table1.tex table2.tex table3.tex
# List of pixel image files to be included in submitted package
FIGURES = healpix.jpg kilo.png kilo1.png kilo2.png kilo3.png kilo4.png role_diagram.svg \
nested_healpix.jpg operation.png panstarrs.png smoc_view.png stmoc_op.png \
stmoc_view.png tmoc_view.png STMOCbin.png
# List of PDF figures (for vector graphics)
VECTORFIGURES =
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
# Email to upload the document to ivoa.net/documents
AUTHOR_EMAIL = [email protected]
include ivoatex/Makefile