blob: b20b5b9da2949399cba0f2d28a39684f4562074b (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
TEXMFCNF=$srcdir/../kpathsea \
CWEBINPUTS=$srcdir/cwebdir ./cweave common.w || exit 1
|