diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-21 22:14:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-21 22:14:58 +0000 |
commit | 40a2270630df0c63ac34e92350bbf810d1d8cdf9 (patch) | |
tree | b20108e7dcc5f6a25f1502748982a38746311c94 /Master/texmf-dist/source | |
parent | ea25281c5adfc7ae5a138c26ea181a72d6eb5301 (diff) |
pst-pdgr (21nov17)
git-svn-id: svn://tug.org/texlive/trunk@45875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-pdgr/Makefile | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/pst-pdgr/Makefile b/Master/texmf-dist/source/generic/pst-pdgr/Makefile index 99fa315fd93..7eae24e9a39 100644 --- a/Master/texmf-dist/source/generic/pst-pdgr/Makefile +++ b/Master/texmf-dist/source/generic/pst-pdgr/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 2.1 2007-07-12 16:36:41 boris Exp $ +# $Id: Makefile,v 2.2 2017/11/20 21:27:26 boris Exp $ # PACKAGE=pst-pdgr @@ -51,4 +51,4 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - tar -czvf pst-pdgr.tgz --exclude '*~' --exclude '*.tgz' --exclude CVS . + COPYFILE_DISABLE=1 tar -C .. -czvf ../pst-pdgr.tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS --exclude '.git*' -s/latex/pst-pdgr/ latex; mv ../pst-pdgr.tgz . diff --git a/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx b/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx index 9e58a6ca480..cd2468c19ce 100644 --- a/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx +++ b/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx @@ -1,6 +1,6 @@ % \iffalse %<*gobble> -% $Id: pst-pdgr.dtx,v 2.8 2007-07-23 16:40:25 boris Exp $ +% $Id: pst-pdgr.dtx,v 2.9 2017/11/20 21:27:26 boris Exp $ % % Copyright 2006, 2007, Boris Veytsman <borisv@lk.net>, Leila Akhmadeeva % This work may be distributed and/or modified under the @@ -1393,7 +1393,7 @@ %<latex>\ProvidesPackage{pst-pdgr} %<cfg>\ProvidesFile{pst-pdgr.cfg} %<tex>\message{ -[2007/07/20 v0.3 Medical Pedigree with PSTricks] +[2017/11/20 v0.4 Medical Pedigree with PSTricks] %<tex>} % \end{macrocode} % @@ -1402,6 +1402,7 @@ % work: % \begin{macrocode} %<*latex> +\RequirePackage{pstricks}% \InputIfFileExists{pst-pdgr.cfg}{% \typeout{Loading configuration file pst-pdgr.cfg}}{% \typeout{Configuration file pst-pdgr.cfg is not found}} diff --git a/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins b/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins index c10727e9bc6..ad662859678 100644 --- a/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins +++ b/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins @@ -1,7 +1,7 @@ % % Doctrip file for pst-pedigree % This file is in public domain -% $Id: pst-pdgr.ins,v 2.0 2007-06-24 20:01:28 boris Exp $ +% $Id: pst-pdgr.ins,v 2.0 2007/06/24 20:01:28 boris Exp $ % \def\batchfile{pst-pdgr.ins} \input docstrip |