head	2.1;
access;
symbols
	fourth_edition:2.1;
locks
	grog:2.1; strict;
comment	@# @;


2.1
date	97.12.07.08.34.53;	author grog;	state Exp;
branches;
next	1.2;

1.2
date	96.06.27.06.03.37;	author grog;	state Exp;
branches;
next	1.1;

1.1
date	96.02.18.10.47.16;	author grog;	state Exp;
branches;
next	;


desc
@Merge postscript files
@


2.1
log
@Base second edition
@
text
@# Merge PostScript files.  Take the first file in its entirety,
# then append the remaining files without the prologue.
#
# The resulting file still isn't complete, since it needs the trailers
# removed as well, but it's usually small enough for mergeps.el to
# do its stuff.
cat $1
while [ $2 ]; do
  ../../../tools/striphead -t %%EndProlog $2
  shift
done

@


1.2
log
@Checkpoint 30 June, maybe final version of long book for 2.1.5?
@
text
@@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
  ../../tools/striphead -t %%EndProlog $2
@
