-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile
50 lines (37 loc) · 1.53 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
49
50
# ivoatex Makefile. The http://ivoa.net/documents/notes/IVOATex
# for the targets available.
STILTS?=stilts
DOCNAME = StandardsRegExt
# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.1
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-01-25
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = PR
# An e-mail address of the person doing the submission to the document
# repository (can be empty until a make upload is being made)
AUTHOR_EMAIL=renaud.savalle@obspm.fr
# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex)
SOURCES = $(DOCNAME).tex role_diagram.pdf sia-example.vor gitmeta.tex
# List of image files to be included in submitted package (anything that
# can be rendered directly by common web browsers)
FIGURES = role_diagram.svg
# List of PDF figures (figures that must be converted to pixel images to
# work in web browsers).
VECTORFIGURES =
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES = StandardsRegExt-v1.1.xsd
-include ivoatex/Makefile
ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init
test:
@$(STILTS) xsdvalidate StandardsRegExt-v1.1.xsd
@$(STILTS) xsdvalidate \
schemaloc='http://www.ivoa.net/xml/StandardsRegExt/v1.0=StandardsRegExt-v1.1.xsd' \
sia-example.vor
@$(STILTS) xsdvalidate \
schemaloc='http://www.ivoa.net/xml/StandardsRegExt/v1.0=StandardsRegExt-v1.1.xsd' \
StandardsRegExt.vor