-
Notifications
You must be signed in to change notification settings - Fork 9
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 #30 from molinaro-m/main
PEN upload fixes
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ivoatex Makefile. The ivoatex/README for the targets available. | ||
#AUTHOR_EMAIL = [email protected] | ||
#IVOA_GROUP = TCG | ||
AUTHOR_EMAIL = [email protected] | ||
IVOA_GROUP = TCG | ||
|
||
# short name of your document (edit $DOCNAME.tex; would be like RegTAP) | ||
DOCNAME = IVOAArchitecture | ||
|
@@ -9,7 +9,7 @@ DOCNAME = IVOAArchitecture | |
DOCVERSION = 2.1 | ||
|
||
# Publication date, ISO format; update manually for "releases" | ||
DOCDATE = 2024-09-10 | ||
DOCDATE = 2024-10-17 | ||
|
||
# What is it you're writing: NOTE, WD, PR, or REC | ||
DOCTYPE = PEN | ||
|
@@ -23,7 +23,8 @@ FIGURES = | |
|
||
# List of PDF figures (for vector graphics) | ||
VECTORFIGURES = archdiag0.pdf archdiag1.pdf archdiag2.pdf \ | ||
ivoa-arch-apps.pdf ivoa-arch-auth.pdf ivoa-arch-dal.pdf ivoa-arch-dm.pdf ivoa-arch-gws.pdf | ||
ivoa-arch-apps.pdf ivoa-arch-auth.pdf ivoa-arch-dal.pdf ivoa-arch-dm.pdf ivoa-arch-gws.pdf \ | ||
ivoa-arch-registry.pdf ivoa-arch-semantics.pdf | ||
|
||
# Additional files to distribute (e.g., CSS, schema files, examples...) | ||
AUX_FILES = | ||
|
Submodule ivoatex
updated
5 files
+12 −1 | Makefile | |
+2 −0 | ivoa.cls | |
+24 −7 | regressiontest/run-regression.py | |
+4 −0 | tthdefs.tex | |
+19 −1 | update_generated.py |