diff options
author | Perberos <[email protected]> | 2011-11-16 21:39:02 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-16 21:39:02 -0300 |
commit | d6ba97471dd9e57b8793dbb17fdf96a2cd3c5b47 (patch) | |
tree | a7f2315edaaa5e263eb5c40079bb15748b6966bb /configure.in | |
parent | d809a5df8ef776eaf69af6f83748262fdd05d5e4 (diff) | |
download | mate-applets-d6ba97471dd9e57b8793dbb17fdf96a2cd3c5b47.tar.bz2 mate-applets-d6ba97471dd9e57b8793dbb17fdf96a2cd3c5b47.tar.xz |
restoring missing MATE_DOC_INIT
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f79eb686..dd24d402 100644 --- a/configure.in +++ b/configure.in @@ -376,6 +376,11 @@ matelocaledir='${prefix}/${DATADIRNAME}/locale' AC_SUBST(matelocaledir) dnl *************************************************************************** +dnl *** mate-doc-utils *** +dnl *************************************************************************** +MATE_DOC_INIT + +dnl *************************************************************************** dnl *** battstat specific checks *** dnl *************************************************************************** |