summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xypic/support
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/xypic/support')
-rw-r--r--Master/texmf-dist/doc/generic/xypic/support/dvitogif89a7
-rw-r--r--Master/texmf-dist/doc/generic/xypic/support/install-tds7
-rw-r--r--Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c9
3 files changed, 16 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/xypic/support/dvitogif89a b/Master/texmf-dist/doc/generic/xypic/support/dvitogif89a
index 2a17aa4002b..c2d4385b798 100644
--- a/Master/texmf-dist/doc/generic/xypic/support/dvitogif89a
+++ b/Master/texmf-dist/doc/generic/xypic/support/dvitogif89a
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: dvitogif89a,v 3.7 2010/06/10 18:45:49 krisrose Exp $
+# $Id: dvitogif89a,v 3.8 2011/03/14 20:14:00 krisrose Exp $
#
# Pack consecutive pages of TeX DVI file as GIF89a animation.
# Copyright (c) 1996-1997 Kristoffer H. Rose <krisrose@tug.org>
#
# This file is part of the Xy-pic macro package.
-# Copyright (c) 1991-2010 Kristoffer H. Rose <krisrose@tug.org>
+# Copyright (c) 1991-2011 Kristoffer H. Rose <krisrose@tug.org>
# See the README and INSTALL files for further information.
#
# The Xy-pic package is free software; you can redistribute it and/or modify
@@ -187,6 +187,9 @@ echo Done. >&2
exit
# $Log: dvitogif89a,v $
+# Revision 3.8 2011/03/14 20:14:00 krisrose
+# Preparing for release 3.8.6.
+#
# Revision 3.7 2010/06/10 18:45:49 krisrose
# Reference to GPL by URL.
#
diff --git a/Master/texmf-dist/doc/generic/xypic/support/install-tds b/Master/texmf-dist/doc/generic/xypic/support/install-tds
index af98a1c4416..9f7e9b32841 100644
--- a/Master/texmf-dist/doc/generic/xypic/support/install-tds
+++ b/Master/texmf-dist/doc/generic/xypic/support/install-tds
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: install-tds,v 3.15 2010/07/26 11:21:02 krisrose Exp $
+# $Id: install-tds,v 3.16 2011/03/14 20:14:00 krisrose Exp $
#
# sh(1) installation of Xy-pic into a TeX Directory Structure system.
# Copyright (c) 1997 Kristoffer H. Rose <krisrose@tug.org>
#
# This file is part of the Xy-pic macro package.
-# Copyright (c) 1991-2010 Kristoffer H. Rose <krisrose@tug.org>
+# Copyright (c) 1991-2011 Kristoffer H. Rose <krisrose@tug.org>
# See the README and INSTALL files for further information.
#
# The Xy-pic package is free software; you can redistribute it and/or modify
@@ -141,6 +141,9 @@ echo "Xy-pic installation done."
exit
# $Log: install-tds,v $
+# Revision 3.16 2011/03/14 20:14:00 krisrose
+# Preparing for release 3.8.6.
+#
# Revision 3.15 2010/07/26 11:21:02 krisrose
# 3.8.3 version oopses
#
diff --git a/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c b/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
index e1f69f68abd..ff6ab48a3c0 100644
--- a/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
+++ b/Master/texmf-dist/doc/generic/xypic/support/pnmrawtopcropwhite.c
@@ -1,10 +1,10 @@
-/* $Id: pnmrawtopcropwhite.c,v 3.9 2010/06/10 18:45:49 krisrose Exp $
+/* $Id: pnmrawtopcropwhite.c,v 3.10 2011/03/14 20:14:00 krisrose Exp $
**
** Crop off top white lines from raw PBM file (efficiently :)
** Copyright (c) 1991-1998 Kristoffer H. Rose <krisrose@tug.org>
**
** This file is part of the Xy-pic package for graphs and diagrams in TeX.
-** Copyright (c) 1991-2010 Kristoffer H. Rose <krisrose@tug.org>
+** Copyright (c) 1991-2011 Kristoffer H. Rose <krisrose@tug.org>
**
** The Xy-pic package is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by the
@@ -20,7 +20,7 @@
** with this package; if not, see http://www.gnu.org/licenses/.
*/
static const char Id[] =
-"@(#)$Id: pnmrawtopcropwhite.c,v 3.9 2010/06/10 18:45:49 krisrose Exp $\n";
+"@(#)$Id: pnmrawtopcropwhite.c,v 3.10 2011/03/14 20:14:00 krisrose Exp $\n";
#include <stdio.h>
@@ -160,6 +160,9 @@ int main (int argc, char *argv[]) {
/*
** $Log: pnmrawtopcropwhite.c,v $
+** Revision 3.10 2011/03/14 20:14:00 krisrose
+** Preparing for release 3.8.6.
+**
** Revision 3.9 2010/06/10 18:45:49 krisrose
** Reference to GPL by URL.
**