generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile
51 lines (35 loc) · 1.2 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
51
# ivoatex Makefile. The ivoatex/README for the targets available.
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = RegTAP
# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.2
# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-10-02
# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = REC
# Source file for the TeX document (but the main file must always
# be called $(DOCNAME).tex
SOURCES = $(DOCNAME).tex role_diagram.pdf gitmeta.tex
# List of image files to be included in submitted package
# (whitespace-separated)
FIGURES = role_diagram.svg
VECTORFIGURES = schema.pdf
AUX_FILES = makeutypes.xslt
all: $(DOCNAME).pdf
schema.pdf: schema.psfig
ps2pdf -dALLOWPSTRANSPARENCY -dEPSCrop $< $@
%.psfig: %.texfig
etex $<
dvips $*
ps2eps -f $*.ps
mv $*.eps $*.psfig
rm $*.ps $*.dvi $*.log
AUTHOR_EMAIL=msdemlei@ari.uni-heidelberg.de
-include ivoatex/Makefile
ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init
# These tests require python3 and pyvo (Debian: python3-pyvo)
test:
@TAP_ACCESS_URL=http://dc.g-vo.org/tap python3 check_examples.py