Skip to content

Commit 825ccb7

Browse files
authored
Merge pull request #86 from msdemlei/markus-review
Markus' PEN review. It seems all suggestions have been reviewed and agreed.
2 parents be041e8 + f91cd7c commit 825ccb7

2 files changed

Lines changed: 128 additions & 179 deletions

File tree

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ DOCDATE = 2025-09-15
1111
# What is it you're writing: NOTE, WD, PR, or REC
1212
DOCTYPE = PEN
1313

14-
AUTHOR_EMAIL=mireille.louys@unistra.fr, francois.bonnarel@astro.unistra.fr
14+
# I'm pretty sure only a single address will work with the doc repo
15+
# add the email address of the Radio IG chair or vice-chair for contact continuity
16+
AUTHOR_EMAIL=mireille.louys@unistra.fr, kettenis@jive.eu
1517

1618
IVOA_GROUP = Data Model
1719

@@ -20,13 +22,13 @@ IVOA_GROUP = Data Model
2022
SOURCES = $(DOCNAME).tex role_diagram.pdf Appendix.tex
2123

2224
# List of pixel image files to be included in submitted package
23-
FIGURES = role_diagram.pdf SingleDish.png
25+
FIGURES = role_diagram.pdf SingleDish.png
2426

2527
# List of PDF figures (for vector graphics)
2628
VECTORFIGURES = role_diagram.svg
2729

2830
# Additional files to distribute (e.g., CSS, schema files, examples...)
29-
AUX_FILES =
31+
AUX_FILES = sample-record.xml
3032

3133
-include ivoatex/Makefile
3234

0 commit comments

Comments
 (0)