-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from pdowler/master
PR-DataLink-1.1-20231108 release
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,22 @@ DOCNAME = DataLink | |
DOCVERSION = 1.1 | ||
|
||
# Publication date, ISO format; update manually for "releases" | ||
DOCDATE = 2023-10-20 | ||
DOCDATE = 2023-11-08 | ||
|
||
# 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 = [email protected] | ||
AUTHOR_EMAIL = [email protected] | ||
|
||
# Source files for the TeX document (but the main file must always | ||
# be called $(DOCNAME).tex | ||
SOURCES = $(DOCNAME).tex role_diagram.pdf | ||
|
||
# List of image files to be included in submitted package (anything that | ||
# can be rendered directly by common web browsers) | ||
FIGURES = | ||
FIGURES = role_diagram.svg | ||
|
||
# List of PDF figures (figures that must be converted to pixel images to | ||
# work in web browsers). | ||
|
Submodule ivoatex
updated
36 files
+13 −4 | CHANGES | |
+11 −8 | Makefile | |
+4 −4 | Makefile.template | |
+2 −2 | README.rst | |
+121 −0 | aas_macros.tex | |
+1 −1 | archdiag-full.xml | |
+77 −0 | docrepo.bib | |
+3 −3 | document.template | |
+2 −2 | fetch_from_ads.py | |
+6 −6 | fromivoadoc.xslt | |
+7 −7 | github_workflow_build.yml.template | |
+8 −8 | github_workflow_preview.yml.template | |
+128 −40 | ivoa.bst | |
+10 −8 | ivoa.cls | |
+79 −60 | ivoabib.bib | |
+6 −6 | make-archdiag.xslt | |
+143 −0 | newrelease.py | |
+98 −0 | no-german.patch | |
+23 −23 | schemadoc.xslt | |
+8 −8 | stdrec-template.xml | |
+7 −7 | submission.py | |
+19 −19 | suggest-bibupgrade.py | |
+4 −0 | test/Makefile | |
+17 −0 | test/test-ivoa-bst-urls.aux | |
+90 −0 | test/test-ivoa-bst-urls.bib | |
+44 −0 | test/test-ivoa-bst-urls.good | |
+19 −0 | test/test-ivoa-bst-urls.sh | |
+14 −14 | tth-ivoa.xslt | |
+28 −0 | tth_C/UPDATING | |
+94 −0 | tth_C/no-german.patch | |
+15,930 −15,890 | tth_C/tth.c | |
+4 −4 | tth_C/tthsplit.c | |
+10 −11 | tthdefs.tex | |
+2 −2 | tthntbib.sty | |
+25 −10 | update_generated.py | |
+7 −7 | vo-dml2ivoatex.xslt |