diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-08 20:17:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-08 20:17:57 +0100 |
commit | 759a18f0a2685fe85099a28edca3cfba57f772ce (patch) | |
tree | 996e8da2a0dc0268e5cb207f78b555ea7e252ef7 /doc | |
parent | ec451fd73bd09d26fccdc7c426ed193ce3948888 (diff) | |
download | mate-common-759a18f0a2685fe85099a28edca3cfba57f772ce.tar.bz2 mate-common-759a18f0a2685fe85099a28edca3cfba57f772ce.tar.xz |
rename mate-autogen.sh to mate-autogen
https://github.com/mate-desktop/mate-common/issues/1
http://lintian.debian.org/tags/script-with-language-extension.html
Diffstat (limited to 'doc')
-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: |