head	1.2;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	gnu_texinfo_3_9:1.1.1.1
	KBERRY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.01.15.05.58.20;	author markm;	state dead;
branches;
next	1.1;

1.1
date	97.01.11.02.12.32;	author jmacd;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.11.02.12.32;	author jmacd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add a file that I forgot to "cvs add", and remove a lot of stuff that is
no longer a part of texinfo-3.12.
Pointed out by: dg (partially)
@
text
@#!/bin/sh
# $Id: elisp-comp,v 1.2 1996/09/26 23:41:08 karl Exp $
# Trivial script to compile the Elisp files.
setpath=${TMPDIR-/tmp}/elc.$$
echo "(setq load-path (cons nil load-path))" > $setpath
emacs -batch -l $setpath -f batch-byte-compile "$@@"
rm -f $setpath
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@This is unmodified GNU texinfo-3.9 source.  I'll be commiting a few
patches in a bit.

-josh
@
text
@@
