diff options
author | Nelson Marques <[email protected]> | 2012-11-14 10:01:35 +0000 |
---|---|---|
committer | Nelson Marques <[email protected]> | 2012-11-14 10:01:35 +0000 |
commit | b2d9fbdce9a35ac1da8a5da72064a4900b160678 (patch) | |
tree | bd99e184e8aab3e5ecfc7b5b41d68a538c5f9b1a /doc | |
parent | 5b31ab7469e1e67f9aa3697767be047f886bd9cc (diff) | |
download | mate-common-b2d9fbdce9a35ac1da8a5da72064a4900b160678.tar.bz2 mate-common-b2d9fbdce9a35ac1da8a5da72064a4900b160678.tar.xz |
fix typo in Makefile.am
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 17cfbf1..d33a43f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,5 +2,5 @@ man_MANS = mate-autogen.1 \ mate-doc-common.1 EXTRA_DIST = $(man_MANS) \ - autoten.sh.example + autogen.sh.example |