Mercurial > hg > octave-lyh
view autogen.sh @ 11405:51b6193e90bb
Documentation fixes
* input.cc (PS1): Give an example of how PS1 can use ANSI escape
codes for getting a colourised prompt.
* oct-hist.cc (history): Correct documentation about how
history('-r') appends to history, doesn't replace it.
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Wed, 22 Dec 2010 03:53:39 -0500 |
parents | 55061c7c8d6e |
children | a73df5341f3c |
line wrap: on
line source
#! /bin/sh # autogen.sh # Run this to generate all the initial makefiles, etc. set -e AUTOMAKE="automake --warnings=no-portability" echo "generating source lists for liboctave/Makefile..." (cd liboctave; ./config-ops.sh) echo "generating doc/interpreter/images.mk..." (cd doc/interpreter; ./config-images.sh) echo "generating src/DLD-FUNCTIONS/module.mk..." (cd src/DLD-FUNCTIONS; ./config-module.sh) echo "bootstrapping..." ./bootstrap "$@"