generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #7 from pdowler/main
switch Makefile to WD-TAP-1.2 and add TAP-1.1 rec URL to doc
- Loading branch information
Showing
6 changed files
with
118 additions
and
23 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 |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
DOCNAME = TAP | ||
|
||
# count up; you probably do not want to bother with versions <1.0 | ||
DOCVERSION = 1.1 | ||
DOCVERSION = 1.2 | ||
|
||
# Publication date, ISO format; update manually for "releases" | ||
DOCDATE = 2019-09-27 | ||
DOCDATE = 2024-11-11 | ||
|
||
# What is it you're writing: NOTE, WD, PR, or REC | ||
DOCTYPE = REC | ||
DOCTYPE = WD | ||
|
||
# Source files for the TeX document (but the main file must always | ||
# be called $(DOCNAME).tex | ||
|
@@ -22,4 +22,16 @@ FIGURES = role_diagram.pdf | |
# List of PDF figures (for vector graphics) | ||
VECTORFIGURES = | ||
|
||
include ivoatex/Makefile | ||
# 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] | ||
|
||
-include ivoatex/Makefile | ||
|
||
ivoatex/Makefile: | ||
@echo "*** ivoatex submodule not found. Initialising submodules." | ||
@echo | ||
git submodule update --init | ||
|
||
test: | ||
@echo "No tests defined yet" |
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
Submodule ivoatex
updated
46 files
Binary file not shown.
Oops, something went wrong.