Mercurial > hg > octave-nkf
view doc/interpreter/config-images.sh @ 14138:72c96de7a403 stable
maint: update copyright notices for 2012
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 02 Jan 2012 14:25:41 -0500 |
parents | b67c2d580a25 |
children | c3c1fb44f9b5 |
line wrap: on
line source
#! /bin/sh set -e : ${AWK=awk} if [ $# -eq 1 ]; then top_srcdir="$1"; else top_srcdir="../.." fi move_if_change="$top_srcdir/build-aux/move-if-change" interp_dir=$top_srcdir/doc/interpreter $AWK -f $interp_dir/images.awk < $interp_dir/images > $interp_dir/images.mk-t $move_if_change $interp_dir/images.mk-t $interp_dir/images.mk