blob: c4d505174f0e285bee801d0713d362f1ea8b755f (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# Copyright (C) 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
|