summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-20 22:13:28 +0000
committerKarl Berry <karl@freefriends.org>2017-08-20 22:13:28 +0000
commitdb59a59aaaa697ab9e342dd19f098f8ce33294a0 (patch)
tree4ab25cb85b56437f43e37d8c0701d18e991eec51 /Master/texmf-dist/doc
parent30c193b890874a6cd3065cb3f16b5845c4614e60 (diff)
phfqit (20aug17)
git-svn-id: svn://tug.org/texlive/trunk@45084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/phfqit/README.md7
-rw-r--r--Master/texmf-dist/doc/latex/phfqit/phfqit.pdfbin337466 -> 397925 bytes
-rw-r--r--Master/texmf-dist/doc/latex/phfqit/pkg.mk7
3 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/phfqit/README.md b/Master/texmf-dist/doc/latex/phfqit/README.md
index 76219f53267..e7af9a9cd54 100644
--- a/Master/texmf-dist/doc/latex/phfqit/README.md
+++ b/Master/texmf-dist/doc/latex/phfqit/README.md
@@ -17,3 +17,10 @@ etc.).
Run 'make sty' to generate the style file and 'make pdf' to generate the package
documentation. Run 'make' or 'make help' for more info.
+
+# Author and License
+
+(C) 2016 Philippe Faist, philippe.faist@bluewin.ch
+
+License: [LaTeX project public license](http://www.ctan.org/license/lppl1.3),
+version 1.3 or above
diff --git a/Master/texmf-dist/doc/latex/phfqit/phfqit.pdf b/Master/texmf-dist/doc/latex/phfqit/phfqit.pdf
index 2ddb9fc1cad..b95d9287cc2 100644
--- a/Master/texmf-dist/doc/latex/phfqit/phfqit.pdf
+++ b/Master/texmf-dist/doc/latex/phfqit/phfqit.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/phfqit/pkg.mk b/Master/texmf-dist/doc/latex/phfqit/pkg.mk
index 3cc121ce5ec..aca9223514c 100644
--- a/Master/texmf-dist/doc/latex/phfqit/pkg.mk
+++ b/Master/texmf-dist/doc/latex/phfqit/pkg.mk
@@ -155,12 +155,13 @@ DISTTMPDIR = $(CURDIR)/_install_dist_zip.make.tmp
dist: $(PKGZIP)
-$(PKGZIP): $(PKGTDSZIP)
+# feedback from CTAN upload manager: prefer not to provide tds.zip in CTAN upload
+$(PKGZIP): #$(PKGTDSZIP)
rm -rf $(DISTTMPDIR)
mkdir -p $(DISTTMPDIR)/$(PKG)
- cp $(PKGTDSZIP) $(DISTTMPDIR)
+# cp $(PKGTDSZIP) $(DISTTMPDIR)
cp $(PKGDTX) $(PKGINS) $(PKGPDF) $(PKGREADME) Makefile pkg.mk $(DIST_ADDITIONAL_FILES) $(DISTTMPDIR)/$(PKG)
- cd $(DISTTMPDIR) && zip -r $(CURDIR)/$(PKGZIP) $(PKGTDSZIP) $(PKG)
+ cd $(DISTTMPDIR) && zip -r $(CURDIR)/$(PKGZIP) $(PKG) #$(PKGTDSZIP)
rm -rf $(DISTTMPDIR)
cleandist: