diff options
Diffstat (limited to 'doc/usage.txt')
-rw-r--r-- | doc/usage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.txt b/doc/usage.txt index 51e7dc8..e028533 100644 --- a/doc/usage.txt +++ b/doc/usage.txt @@ -22,7 +22,7 @@ if [ ! -f "$srcdir/somefile-that-is-only-in-mypackage" ]; then exit 1 fi -. mate-autogen.sh +. mate-autogen ---- Cut Here ---- Then put the following in your configure.ac or configure.in file: |