Skip to content

Commit 6d8ac43

Browse files
committed
Preparing for the release LineTAP WD 1.0
1 parent 61f08a9 commit 6d8ac43

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.aux
66
*.bbl
77
ivoatexmeta.tex
8+
gitmeta.tex
89
*.log
910
*.html
1011
*.zip

LineTAP.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\documentclass[11pt,a4paper]{ivoa}
22
\input tthdefs
3+
\input gitmeta
34
\usepackage{todonotes}
45
\usepackage{textcomp}
56

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCNAME = LineTAP
77
DOCVERSION = 1.0
88

99
# Publication date, ISO format; update manually for "releases"
10-
DOCDATE = 2022-07-06
10+
DOCDATE = 2023-03-23
1111

1212
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
1313
DOCTYPE = WD
@@ -18,7 +18,7 @@ [email protected]
1818

1919
# Source files for the TeX document (but the main file must always
2020
# be called $(DOCNAME).tex
21-
SOURCES = $(DOCNAME).tex role_diagram.pdf
21+
SOURCES = $(DOCNAME).tex role_diagram.pdf gitmeta.tex
2222

2323
# List of image files to be included in submitted package (anything that
2424
# can be rendered directly by common web browsers)

ivoatex

0 commit comments

Comments
 (0)