lyx_mirror/lib/build-listerrors
Allan Rae 0e86ed5583 Kayvan and Dekel's patch + some small fixes to xforms/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1065 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-02 04:21:44 +00:00

20 lines
383 B
Bash
Executable File

#!/bin/sh
#
# Attempt to build listerrors (see examples/Literate.lyx) at build-time
#
# Author: Kayvan Sylvan <kayvan@sylvan.com>
#
# Assume notangle is on the path
if [ -r ../src/lyx ]
then
lyx=../src/lyx
else
# Assumed to be on the path
lyx=lyx
fi
$lyx --export tex examples/Literate.lyx
mv examples/Literate.tex Literate.nw
notangle -Rbuild-script Literate.nw | sh