CTAN now also wants README in the TDS archive.

This commit is contained in:
Casper Ti. Vector 2019-11-16 01:49:23 +08:00
parent 6f80b5cc29
commit 221ee7c2f5
5 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,6 @@
# Public domain.
TITLE = pkuthss
README = $(TITLE)
EXAMPLE = thesis
VERSION = 1.8.1
@ -15,6 +14,6 @@ bump:
utils/bump VERSION=$(VERSION)
dist clean distclean:
utils/dist TITLE=$(TITLE) README=$(README) EXAMPLE=$(EXAMPLE) VERSION=$(VERSION) $@
utils/dist TITLE=$(TITLE) EXAMPLE=$(EXAMPLE) VERSION=$(VERSION) $@
# vim:ts=4:sw=4

4
README
View File

@ -5,7 +5,7 @@ Maintainer: Casper Ti. Vector <CasperVector@gmail.com>
Homepage: <https://gitea.com/CasperVector/pkuthss>
Licence:
* New BSD Licence for `copyright.tex' and `originauth.tex'.
* New BSD Licence for `copy.tex' and `origin.tex'.
* LaTeX Project Public Licence 1.3 or later for files in `tex/' and
`doc/readme/', except for those mentioned above.
* Public domain for all other files.
@ -14,5 +14,5 @@ This package provides a simple, clear and flexible LaTeX template for
dissertations in Peking University.
This file (README) is *NOT* intended as the documentation for this
package; please see the file `readme.pdf' instead.
package; please see the file `pkuthss.pdf' instead.

View File

@ -74,7 +74,7 @@ texdoc pkuthss
所打开的 pdf 文件所在的同一目录中包含两个子目录和相应的两个 pdf 文件,
其中 \verb|readme/| 为说明文档(即本文档)的源代码,%
\verb|example/| 为文档模版的源代码,%
\verb|readme.pdf| 和 \verb|example.pdf|
\verb|pkuthss.pdf| 和 \verb|example.pdf|
分别为说明文档和文档模版的 pdf 文件。
\verb|example/| 目录下的源代码使用的是 UTF-8 编码,

View File

@ -37,8 +37,8 @@
pkuthss 文档类及其说明文档均以 \hologo{LaTeX} Project Public License 发布。
随 pkuthss 提供的模版源代码中,除以下文件
\begin{itemize}
\item \verb|chap/copyright.tex|
\item \verb|chap/originauth.tex|
\item \verb|chap/copy.tex|
\item \verb|chap/origin.tex|
\end{itemize}
以 New BSD License 发布,
以及参考文献和引用列表使用的样式文件版权声明见相应文件中说明以外,

View File

@ -32,13 +32,14 @@ doc-dist: doc/
$(CP) doc/example/ $@/example
# Readme src and pdf.
cd doc/readme/ && $(LMK) && $(LMK) -c && $(RM) *.xdv
$(MV) doc/readme/$(README).pdf $@/readme.pdf
$(MV) doc/readme/$(TITLE).pdf $@/
$(CP) doc/readme/ $@/readme
dir-tds: tex-dist doc-dist
dir-tds: README tex-dist doc-dist
$(MD) $@/tex/latex/ $@/doc/latex/
$(CP) tex-dist/ $@/tex/latex/$(TITLE)
$(CP) doc-dist/ $@/doc/latex/$(TITLE)
$(CP) README $@/doc/latex/$(TITLE)
dist-tds: $(TITLE).tds.zip
$(TITLE).tds.zip: dir-tds