Skip to content

Commit

Permalink
table improve instr + small text in describing attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
loumir committed Jun 11, 2024
2 parents d43b31b + 1144170 commit 8b16cc7
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 181 deletions.
22 changes: 18 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCNAME = ObsCoreExtensionForRadioData
DOCVERSION = 1.0

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-04-08
DOCDATE = 2024-06-11

# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = WD
Expand All @@ -20,13 +20,27 @@ IVOA_GROUP = Data Model
# be called $(DOCNAME).tex
SOURCES = $(DOCNAME).tex role_diagram.pdf Appendix.tex

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

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

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

include ivoatex/Makefile
-include ivoatex/Makefile

ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init

# update the registry record example from a locally running DaCHS
sample-record.xml:
curl -s http://localhost:8080/getRR/__system__/obs-radio/obs_radio | xmlstarlet fo > $@

STILTS ?= stilts

test:
@$(STILTS) xsdvalidate sample-record.xml
Loading

0 comments on commit 8b16cc7

Please sign in to comment.