-
Notifications
You must be signed in to change notification settings - Fork 9
/
Makefile
48 lines (33 loc) · 1.55 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
36
37
38
39
40
41
42
43
44
45
46
47
48
# ivoatex Makefile. The ivoatex/README for the targets available.
AUTHOR_EMAIL = [email protected]
IVOA_GROUP = Technical Coordination Group
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = IVOAArchitecture
# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 2.1
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-11-14
# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = EN
# 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 =
# List of PDF figures (for vector graphics)
VECTORFIGURES = archdiag0.pdf archdiag1.pdf archdiag2.pdf \
ivoa-arch-apps.pdf ivoa-arch-auth.pdf ivoa-arch-dal.pdf ivoa-arch-dm.pdf ivoa-arch-gws.pdf \
ivoa-arch-registry.pdf ivoa-arch-semantics.pdf
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
include ivoatex/Makefile
#archdiag2.svg: archdiag-full.xml ivoatex/make-archdiag.xslt
# $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt archdiag-full.xml
#archdiag1.svg: ivoatex/make-archdiag.xslt
# echo '<archdiag xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -
#archdiag0.svg: ivoatex/make-archdiag.xslt
# echo '<archdiag0 xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -
ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init