Mercurial > hg > octave-nkf
view src/DLD-FUNCTIONS/config-module.sh @ 12307:3dc4cfc5a3c1 release-3-4-x
Use pattern-style rules to make .texi files rather than older suffix-style rules.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 30 Jan 2011 22:44:52 -0800 |
parents | 1ed7cc046c52 |
children | b67c2d580a25 |
line wrap: on
line source
#! /bin/sh set -e : ${AWK=awk} if [ $# -eq 1 ]; then top_srcdir="$1"; else top_srcdir="../.." fi dld_dir=$top_srcdir/src/DLD-FUNCTIONS $AWK -f $dld_dir/config-module.awk < $dld_dir/module-files > $dld_dir/module.mk-t $top_srcdir/move-if-change $dld_dir/module.mk-t $dld_dir/module.mk