Skip to content

Commit 221efcc

Browse files
committed
copyright.html.tpl was missing and breaking builds
1 parent 8fc283a commit 221efcc

File tree

116 files changed

+39
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+39
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MKBUILDDIR := @mkdir -p $(BUILDDIR)
4949

5050

5151
TODAY := $(shell date --iso-8601)
52-
COPYRIGHT_FILE := epub/html/OEBPS/Text/copyright.xhtml
52+
COPYRIGHT_FILE := html/OEBPS/Text/copyright.xhtml
5353
COPYRIGHT_SENTINEL := $(BUILDDIR)copyright_$(TODAY).xhtml
5454

5555
HTMLSOURCEFILES := $(shell find $(HTMLSOURCE) ! -name '*.tpl' -type f)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

html/html/OEBPS/Text/copyright.xhtml renamed to html/OEBPS/Text/copyright.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<p style="text-align: center;">Produced with the Sigil EPUB editor,<br/>set in Libertinus Serif.</p>
2424

25-
<p style="text-align: center;">This version was created on: 2024-08-02</p>
25+
<p style="text-align: center;">This version was created on: 2024-08-14</p>
2626

2727
<br/>
2828

html/OEBPS/Text/copyright.xhtml.tpl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE html>
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
5+
<head>
6+
<title>Copyright</title>
7+
<link href="../Styles/bottomnav.css" type="text/css" rel="stylesheet"/>
8+
<link href="../Styles/main.css" type="text/css" rel="stylesheet"/>
9+
<link href="../Styles/suttaref.css" type="text/css" rel="stylesheet"/>
10+
</head>
11+
12+
<body>
13+
<p style="text-align: center;">Published by TBD<br/>ISBN<br/>Copyright ©&#160;Sāsanārakkha Buddhist Sanctuary 2023</p>
14+
15+
<p style="text-align: center;">This book is for free distribution only;<br/>it may not be sold.</p>
16+
17+
<p style="text-align: center;">Download this book as a PDF, EPUB, or MOBI<br/>at the following address:<br/><a style="font-style:normal;" href="https://sasanarakkha.org">https://sasanarakkha.org</a></p>
18+
19+
<p style="text-align: center;">Project Manager: Ā. Ariyadhammika <br/> Editor: Ā. Pāladhammika<br/>Typesetting: Aj. Gambhiro, Ā. Pāladhammika<br/>Translators: Ā. Aggacitta, Ā. Bodhi, Aj. Kevalī, Ā. Sujāto, M. Walshe<br/>Endnotes: Ā. Ariyadhammika</p>
20+
21+
<p style="text-align: center;">This work is licensed under a Creative Commons<br/>Attribution-NonCommercial-NoDerivatives 4.0 International&#160;License.</p>
22+
23+
<p style="text-align: center;">Produced with the Sigil EPUB editor,<br/>set in Libertinus Serif.</p>
24+
25+
<p style="text-align: center;">This version was created on: 2024-04-14</p>
26+
27+
<br/>
28+
29+
<p style="text-align: center;"><em>First edition</em>, 2024</p>
30+
</body>
31+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

recitations.tex.org

Lines changed: 3 additions & 3 deletions

tex/abbreviations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ \chapter{Abbreviations}
1111

1212
\ifninebythirteenversion
1313
\begin{tabular}{@{}ll@{}}
14-
\anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.70mm}\anglebracketright\ & \hspace{1.25mm}Only recited by the leader \\
15-
\hspace{0.1cm} \abbrbreathmark\ & \hspace{0.90mm}Breathing pause \\
14+
\anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.70mm}\anglebracketright\ & \hspace{1.10mm}Only recited by the leader \\
15+
\hspace{0.1cm} \abbrbreathmark\ & \hspace{1.20mm}Breathing pause \\
1616
\end{tabular}
1717
\fi
1818

1919
\ifbfiveversion
2020
\begin{tabular}{@{}ll@{}}
21-
\anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.85mm}\anglebracketright\ & \hspace{3mm}Only recited by the leader \\
21+
\anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.85mm}\anglebracketright\ & \hspace{2.70mm}Only recited by the leader \\
2222
\hspace{0.2cm} \abbrbreathmark\ & \hspace{2.90mm}Breathing pause \\
2323
\end{tabular}
2424
\fi

0 commit comments

Comments
 (0)