Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ DOCDATE = 2025-09-15
# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = PEN

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

IVOA_GROUP = Data Model

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

# List of pixel image files to be included in submitted package
FIGURES = role_diagram.pdf SingleDish.png
FIGURES = role_diagram.pdf SingleDish.png

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

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

-include ivoatex/Makefile

Expand Down
Loading
Loading