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.
ivoatex commit link correction (#18)
* updating ivoatex * updating ivoatex --------- Co-authored-by: loumir <[email protected]>
- Loading branch information
Showing
4 changed files
with
47 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# ivoatex Makefile. The http://ivoa.net/documents/notes/IVOATex | ||
# for the targets available. | ||
|
||
# short name of your document (edit $DOCNAME.tex; would be like RegTAP) | ||
DOCNAME = ObscoreTimeExtension | ||
|
||
# count up; you probably do not want to bother with versions <1.0 | ||
DOCVERSION = 1.0 | ||
|
||
# Publication date, ISO format; update manually for "releases" | ||
DOCDATE = 2024-06-13 | ||
|
||
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN | ||
DOCTYPE = WD | ||
|
||
# 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] | ||
|
||
# Source files for the TeX document (but the main file must always | ||
# be called $(DOCNAME).tex) | ||
SOURCES = $(DOCNAME).tex | ||
|
||
# List of image files to be included in submitted package (anything that | ||
# can be rendered directly by common web browsers) | ||
FIGURES = role_diagram.pdf | ||
|
||
# List of PDF figures (figures that must be converted to pixel images to | ||
# work in web browsers). | ||
VECTORFIGURES = role_diagram.svg | ||
|
||
# Additional files to distribute (e.g., CSS, schema files, examples...) | ||
AUX_FILES = | ||
|
||
-include ivoatex/Makefile | ||
|
||
ivoatex/Makefile: | ||
@echo "*** ivoatex submodule not found. Initialising submodules." | ||
@echo | ||
git submodule update --init | ||
|
||
test: | ||
@echo "No tests defined yet" |
Binary file not shown.
Submodule ivoatex
updated
from 430949 to 97fc22