diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /textproc | |
parent | f9f9a731b4169a1148866d9821539fe3f5dd5aa6 (diff) | |
download | freebsd-ports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.zip |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/mate-doc-utils/Makefile | 44 | ||||
-rw-r--r-- | textproc/mate-doc-utils/distinfo | 2 | ||||
-rw-r--r-- | textproc/mate-doc-utils/files/patch-autogen.sh | 27 | ||||
-rw-r--r-- | textproc/mate-doc-utils/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/mate-doc-utils/pkg-plist | 307 |
6 files changed, 0 insertions, 388 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c967477fd9c6..fb729458fc8d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -415,7 +415,6 @@ SUBDIR += man2html SUBDIR += markdown SUBDIR += markdown-mode.el - SUBDIR += mate-doc-utils SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld diff --git a/textproc/mate-doc-utils/Makefile b/textproc/mate-doc-utils/Makefile deleted file mode 100644 index 5f6a09460043..000000000000 --- a/textproc/mate-doc-utils/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mate-doc-utils -PORTVERSION= 1.6.2 -PORTREVISION= 2 -CATEGORIES= textproc mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= MATE doc utils - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-xml \ - xml2po:${PORTSDIR}/textproc/gnome-doc-utils - -PORTSCOUT= limitw:1,even - -USES= gettext gmake pathfix pkgconfig tar:xz -USE_MATE= autogen common:build intlhack -USE_GNOME= gnomehier libxml2 libxslt -USE_PYTHON_BUILD= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env -CONFIGURE_ARGS=--with-omf-dir=${PREFIX}/share/omf -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PATHFIX_MAKEFILEIN= Makefile.* - -post-patch: - @${REINPLACE_CMD} -e 's|-W compat|--traditional|g' \ - ${WRKSRC}/configure.ac - @${CHMOD} +x ${WRKSRC}/autogen.sh - -pre-install: - @${REINPLACE_CMD} -e 's|build_SUBDIRS = xml2po|build_SUBDIRS =|g ; \ - s|po rng xslt|po xslt|g' \ - ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/textproc/mate-doc-utils/distinfo b/textproc/mate-doc-utils/distinfo deleted file mode 100644 index a2e5171687e8..000000000000 --- a/textproc/mate-doc-utils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-doc-utils-1.6.2.tar.xz) = dce8ccf5790ec3564424eae73bd5131b5190abb3f915fe1a876d1e9d2156090e -SIZE (mate/mate-doc-utils-1.6.2.tar.xz) = 472156 diff --git a/textproc/mate-doc-utils/files/patch-autogen.sh b/textproc/mate-doc-utils/files/patch-autogen.sh deleted file mode 100644 index f9c08c5db86b..000000000000 --- a/textproc/mate-doc-utils/files/patch-autogen.sh +++ /dev/null @@ -1,27 +0,0 @@ ---- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 -+++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 -@@ -0,0 +1,24 @@ -+#!/bin/sh -+# Run this to generate all the initial makefiles, etc. -+ -+srcdir=`dirname $0` -+test -z "$srcdir" && srcdir=. -+ -+PKG_NAME="mate-power-manager" -+ -+(test -f $srcdir/configure.ac) || { -+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" -+ echo " top-level $PKG_NAME directory" -+ exit 1 -+} -+ -+which mate-autogen || { -+ echo "You need to install mate-common from the MATE Git" -+ exit 1 -+} -+ -+REQUIRED_AUTOMAKE_VERSION=1.9 -+MATE_DATADIR="$mate_datadir" -+ -+. mate-autogen -+ diff --git a/textproc/mate-doc-utils/pkg-descr b/textproc/mate-doc-utils/pkg-descr deleted file mode 100644 index 437cee92763e..000000000000 --- a/textproc/mate-doc-utils/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The MATE Doc Utils is a collection of documentation utilities for the MATE -project. Notably, it contains utilities for building documentation and all -auxiliary files in the source tree, and it contains the DocBook XSLT -stylesheets that were once distributed with Yelp. Yelp requires MATE Doc -Utils for the XSLT. - -WWW: http://mate-desktop.org/ diff --git a/textproc/mate-doc-utils/pkg-plist b/textproc/mate-doc-utils/pkg-plist deleted file mode 100644 index 87b21852e8e9..000000000000 --- a/textproc/mate-doc-utils/pkg-plist +++ /dev/null @@ -1,307 +0,0 @@ -bin/mate-doc-prepare -bin/mate-doc-tool -libdata/pkgconfig/mate-doc-utils.pc -share/aclocal/mate-doc-utils.m4 -share/locale/am/LC_MESSAGES/mate-doc-utils.mo -share/locale/ar/LC_MESSAGES/mate-doc-utils.mo -share/locale/as/LC_MESSAGES/mate-doc-utils.mo -share/locale/ast/LC_MESSAGES/mate-doc-utils.mo -share/locale/be@latin/LC_MESSAGES/mate-doc-utils.mo -share/locale/bg/LC_MESSAGES/mate-doc-utils.mo -share/locale/bn/LC_MESSAGES/mate-doc-utils.mo -share/locale/bn_IN/LC_MESSAGES/mate-doc-utils.mo -share/locale/ca/LC_MESSAGES/mate-doc-utils.mo -share/locale/ca@valencia/LC_MESSAGES/mate-doc-utils.mo -share/locale/cs/LC_MESSAGES/mate-doc-utils.mo -share/locale/cy/LC_MESSAGES/mate-doc-utils.mo -share/locale/da/LC_MESSAGES/mate-doc-utils.mo -share/locale/de/LC_MESSAGES/mate-doc-utils.mo -share/locale/dz/LC_MESSAGES/mate-doc-utils.mo -share/locale/el/LC_MESSAGES/mate-doc-utils.mo -share/locale/en@shaw/LC_MESSAGES/mate-doc-utils.mo -share/locale/en_AU/LC_MESSAGES/mate-doc-utils.mo -share/locale/en_CA/LC_MESSAGES/mate-doc-utils.mo -share/locale/en_GB/LC_MESSAGES/mate-doc-utils.mo -share/locale/es/LC_MESSAGES/mate-doc-utils.mo -share/locale/et/LC_MESSAGES/mate-doc-utils.mo -share/locale/eu/LC_MESSAGES/mate-doc-utils.mo -share/locale/fa/LC_MESSAGES/mate-doc-utils.mo -share/locale/fi/LC_MESSAGES/mate-doc-utils.mo -share/locale/fr/LC_MESSAGES/mate-doc-utils.mo -share/locale/ga/LC_MESSAGES/mate-doc-utils.mo -share/locale/gl/LC_MESSAGES/mate-doc-utils.mo -share/locale/gu/LC_MESSAGES/mate-doc-utils.mo -share/locale/he/LC_MESSAGES/mate-doc-utils.mo -share/locale/hi/LC_MESSAGES/mate-doc-utils.mo -share/locale/hr/LC_MESSAGES/mate-doc-utils.mo -share/locale/hu/LC_MESSAGES/mate-doc-utils.mo -share/locale/id/LC_MESSAGES/mate-doc-utils.mo -share/locale/it/LC_MESSAGES/mate-doc-utils.mo -share/locale/ja/LC_MESSAGES/mate-doc-utils.mo -share/locale/ka/LC_MESSAGES/mate-doc-utils.mo -share/locale/kn/LC_MESSAGES/mate-doc-utils.mo -share/locale/ko/LC_MESSAGES/mate-doc-utils.mo -share/locale/lt/LC_MESSAGES/mate-doc-utils.mo -share/locale/lv/LC_MESSAGES/mate-doc-utils.mo -share/locale/mai/LC_MESSAGES/mate-doc-utils.mo -share/locale/mg/LC_MESSAGES/mate-doc-utils.mo -share/locale/mk/LC_MESSAGES/mate-doc-utils.mo -share/locale/ml/LC_MESSAGES/mate-doc-utils.mo -share/locale/mn/LC_MESSAGES/mate-doc-utils.mo -share/locale/mr/LC_MESSAGES/mate-doc-utils.mo -share/locale/ms/LC_MESSAGES/mate-doc-utils.mo -share/locale/nb/LC_MESSAGES/mate-doc-utils.mo -share/locale/ne/LC_MESSAGES/mate-doc-utils.mo -share/locale/nl/LC_MESSAGES/mate-doc-utils.mo -share/locale/nn/LC_MESSAGES/mate-doc-utils.mo -share/locale/oc/LC_MESSAGES/mate-doc-utils.mo -share/locale/or/LC_MESSAGES/mate-doc-utils.mo -share/locale/pa/LC_MESSAGES/mate-doc-utils.mo -share/locale/pl/LC_MESSAGES/mate-doc-utils.mo -share/locale/pt/LC_MESSAGES/mate-doc-utils.mo -share/locale/pt_BR/LC_MESSAGES/mate-doc-utils.mo -share/locale/ro/LC_MESSAGES/mate-doc-utils.mo -share/locale/ru/LC_MESSAGES/mate-doc-utils.mo -share/locale/rw/LC_MESSAGES/mate-doc-utils.mo -share/locale/sk/LC_MESSAGES/mate-doc-utils.mo -share/locale/sl/LC_MESSAGES/mate-doc-utils.mo -share/locale/sq/LC_MESSAGES/mate-doc-utils.mo -share/locale/sr/LC_MESSAGES/mate-doc-utils.mo -share/locale/sr@latin/LC_MESSAGES/mate-doc-utils.mo -share/locale/sv/LC_MESSAGES/mate-doc-utils.mo -share/locale/ta/LC_MESSAGES/mate-doc-utils.mo -share/locale/te/LC_MESSAGES/mate-doc-utils.mo -share/locale/th/LC_MESSAGES/mate-doc-utils.mo -share/locale/tr/LC_MESSAGES/mate-doc-utils.mo -share/locale/ug/LC_MESSAGES/mate-doc-utils.mo -share/locale/uk/LC_MESSAGES/mate-doc-utils.mo -share/locale/vi/LC_MESSAGES/mate-doc-utils.mo -share/locale/wa/LC_MESSAGES/mate-doc-utils.mo -share/locale/zh_CN/LC_MESSAGES/mate-doc-utils.mo -share/locale/zh_HK/LC_MESSAGES/mate-doc-utils.mo -share/locale/zh_TW/LC_MESSAGES/mate-doc-utils.mo -%%DATADIR%%/icons/hicolor/48x48/status/admon-bug.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-caution.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-important.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-note.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-tip.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-warning.png -%%DATADIR%%/icons/hicolor/scalable/status/admon-bug.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-caution.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-important.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-note.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-tip.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-warning.svg -%%DATADIR%%/mate-doc-utils.make -%%DATADIR%%/template-document.xml -%%DATADIR%%/template.make -%%DATADIR%%/template.omf.in -%%DATADIR%%/templates/legal.xml -%%DATADIR%%/templates/mate-app-template.xml -%%DATADIR%%/templates/mate-applet-template.xml -%%DATADIR%%/watermarks/watermark-blockquote-00AB.png -%%DATADIR%%/watermarks/watermark-blockquote-00BB.png -%%DATADIR%%/watermarks/watermark-blockquote-201C.png -%%DATADIR%%/watermarks/watermark-blockquote-201D.png -%%DATADIR%%/watermarks/watermark-blockquote-201E.png -%%DATADIR%%/watermarks/watermark-code-python.png -%%DATADIR%%/watermarks/watermark-code.png -share/mate/help/mate-doc-make/C/legal.xml -share/mate/help/mate-doc-make/C/make-ref.xml -share/mate/help/mate-doc-make/C/mate-doc-make.xml -share/mate/help/mate-doc-make/de/legal.xml -share/mate/help/mate-doc-make/de/make-ref.xml -share/mate/help/mate-doc-make/de/mate-doc-make.xml -share/mate/help/mate-doc-xslt/C/db-chunk.xml -share/mate/help/mate-doc-xslt/C/db-common.xml -share/mate/help/mate-doc-xslt/C/db-label.xml -share/mate/help/mate-doc-xslt/C/db-title.xml -share/mate/help/mate-doc-xslt/C/db-xref.xml -share/mate/help/mate-doc-xslt/C/db2html-autotoc.xml -share/mate/help/mate-doc-xslt/C/db2html-bibliography.xml -share/mate/help/mate-doc-xslt/C/db2html-block.xml -share/mate/help/mate-doc-xslt/C/db2html-callout.xml -share/mate/help/mate-doc-xslt/C/db2html-classsynopsis.xml -share/mate/help/mate-doc-xslt/C/db2html-cmdsynopsis.xml -share/mate/help/mate-doc-xslt/C/db2html-css.xml -share/mate/help/mate-doc-xslt/C/db2html-division.xml -share/mate/help/mate-doc-xslt/C/db2html-ebnf.xml -share/mate/help/mate-doc-xslt/C/db2html-footnote.xml -share/mate/help/mate-doc-xslt/C/db2html-funcsynopsis.xml -share/mate/help/mate-doc-xslt/C/db2html-index.xml -share/mate/help/mate-doc-xslt/C/db2html-info.xml -share/mate/help/mate-doc-xslt/C/db2html-inline.xml -share/mate/help/mate-doc-xslt/C/db2html-l10n.xml -share/mate/help/mate-doc-xslt/C/db2html-list.xml -share/mate/help/mate-doc-xslt/C/db2html-media.xml -share/mate/help/mate-doc-xslt/C/db2html-qanda.xml -share/mate/help/mate-doc-xslt/C/db2html-refentry.xml -share/mate/help/mate-doc-xslt/C/db2html-table.xml -share/mate/help/mate-doc-xslt/C/db2html-title.xml -share/mate/help/mate-doc-xslt/C/db2html-xref.xml -share/mate/help/mate-doc-xslt/C/db2html.xml -share/mate/help/mate-doc-xslt/C/db2omf.xml -share/mate/help/mate-doc-xslt/C/db2xhtml.xml -share/mate/help/mate-doc-xslt/C/gettext.xml -share/mate/help/mate-doc-xslt/C/l10n-numbers.xml -share/mate/help/mate-doc-xslt/C/legal.xml -share/mate/help/mate-doc-xslt/C/mate-doc-xslt.xml -share/mate/help/mate-doc-xslt/C/theme.xml -share/mate/help/mate-doc-xslt/C/translating.xml -share/mate/help/mate-doc-xslt/C/utils.xml -share/mate/help/mate-doc-xslt/de/db-chunk.xml -share/mate/help/mate-doc-xslt/de/db-common.xml -share/mate/help/mate-doc-xslt/de/db-label.xml -share/mate/help/mate-doc-xslt/de/db-title.xml -share/mate/help/mate-doc-xslt/de/db-xref.xml -share/mate/help/mate-doc-xslt/de/db2html-autotoc.xml -share/mate/help/mate-doc-xslt/de/db2html-bibliography.xml -share/mate/help/mate-doc-xslt/de/db2html-block.xml -share/mate/help/mate-doc-xslt/de/db2html-callout.xml -share/mate/help/mate-doc-xslt/de/db2html-classsynopsis.xml -share/mate/help/mate-doc-xslt/de/db2html-cmdsynopsis.xml -share/mate/help/mate-doc-xslt/de/db2html-css.xml -share/mate/help/mate-doc-xslt/de/db2html-division.xml -share/mate/help/mate-doc-xslt/de/db2html-ebnf.xml -share/mate/help/mate-doc-xslt/de/db2html-footnote.xml -share/mate/help/mate-doc-xslt/de/db2html-funcsynopsis.xml -share/mate/help/mate-doc-xslt/de/db2html-index.xml -share/mate/help/mate-doc-xslt/de/db2html-info.xml -share/mate/help/mate-doc-xslt/de/db2html-inline.xml -share/mate/help/mate-doc-xslt/de/db2html-l10n.xml -share/mate/help/mate-doc-xslt/de/db2html-list.xml -share/mate/help/mate-doc-xslt/de/db2html-media.xml -share/mate/help/mate-doc-xslt/de/db2html-qanda.xml -share/mate/help/mate-doc-xslt/de/db2html-refentry.xml -share/mate/help/mate-doc-xslt/de/db2html-table.xml -share/mate/help/mate-doc-xslt/de/db2html-title.xml -share/mate/help/mate-doc-xslt/de/db2html-xref.xml -share/mate/help/mate-doc-xslt/de/db2html.xml -share/mate/help/mate-doc-xslt/de/db2omf.xml -share/mate/help/mate-doc-xslt/de/db2xhtml.xml -share/mate/help/mate-doc-xslt/de/gettext.xml -share/mate/help/mate-doc-xslt/de/l10n-numbers.xml -share/mate/help/mate-doc-xslt/de/legal.xml -share/mate/help/mate-doc-xslt/de/mate-doc-xslt.xml -share/mate/help/mate-doc-xslt/de/theme.xml -share/mate/help/mate-doc-xslt/de/translating.xml -share/mate/help/mate-doc-xslt/de/utils.xml -share/omf/mate-doc-make/mate-doc-make-C.omf -share/omf/mate-doc-make/mate-doc-make-de.omf -share/omf/mate-doc-xslt/mate-doc-xslt-C.omf -share/omf/mate-doc-xslt/mate-doc-xslt-de.omf -share/xml/mate/xslt/common/theme.xsl -share/xml/mate/xslt/common/utils.xsl -share/xml/mate/xslt/docbook/common/db-chunk.xsl -share/xml/mate/xslt/docbook/common/db-common.xsl -share/xml/mate/xslt/docbook/common/db-label.xsl -share/xml/mate/xslt/docbook/common/db-title.xsl -share/xml/mate/xslt/docbook/common/db-xref.xsl -share/xml/mate/xslt/docbook/html/db2html-autotoc.xsl -share/xml/mate/xslt/docbook/html/db2html-bibliography.xsl -share/xml/mate/xslt/docbook/html/db2html-block.xsl -share/xml/mate/xslt/docbook/html/db2html-callout.xsl -share/xml/mate/xslt/docbook/html/db2html-classsynopsis.xsl -share/xml/mate/xslt/docbook/html/db2html-cmdsynopsis.xsl -share/xml/mate/xslt/docbook/html/db2html-css.xsl -share/xml/mate/xslt/docbook/html/db2html-division.xsl -share/xml/mate/xslt/docbook/html/db2html-ebnf.xsl -share/xml/mate/xslt/docbook/html/db2html-footnote.xsl -share/xml/mate/xslt/docbook/html/db2html-funcsynopsis.xsl -share/xml/mate/xslt/docbook/html/db2html-index.xsl -share/xml/mate/xslt/docbook/html/db2html-info.xsl -share/xml/mate/xslt/docbook/html/db2html-inline.xsl -share/xml/mate/xslt/docbook/html/db2html-l10n.xsl -share/xml/mate/xslt/docbook/html/db2html-list.xsl -share/xml/mate/xslt/docbook/html/db2html-media.xsl -share/xml/mate/xslt/docbook/html/db2html-qanda.xsl -share/xml/mate/xslt/docbook/html/db2html-refentry.xsl -share/xml/mate/xslt/docbook/html/db2html-suppressed.xsl -share/xml/mate/xslt/docbook/html/db2html-table.xsl -share/xml/mate/xslt/docbook/html/db2html-title.xsl -share/xml/mate/xslt/docbook/html/db2html-xref.xsl -share/xml/mate/xslt/docbook/html/db2html.xsl -share/xml/mate/xslt/docbook/html/db2xhtml.xsl -share/xml/mate/xslt/docbook/omf/db2omf.xsl -share/xml/mate/xslt/docbook/utils/chunks.xsl -share/xml/mate/xslt/docbook/utils/credits.xsl -share/xml/mate/xslt/docbook/utils/figures.xsl -share/xml/mate/xslt/docbook/utils/graphics.xsl -share/xml/mate/xslt/docbook/utils/ids.xsl -share/xml/mate/xslt/gettext/gettext.xsl -share/xml/mate/xslt/gettext/l10n-numbers.xsl -share/xml/mate/xslt/gettext/l10n.xml -share/xml/mate/xslt/mallard/cache/mal-cache.xsl -share/xml/mate/xslt/mallard/common/mal-chunk.xsl -share/xml/mate/xslt/mallard/common/mal-link.xsl -share/xml/mate/xslt/mallard/html/mal2html-block.xsl -share/xml/mate/xslt/mallard/html/mal2html-css.xsl -share/xml/mate/xslt/mallard/html/mal2html-inline.xsl -share/xml/mate/xslt/mallard/html/mal2html-list.xsl -share/xml/mate/xslt/mallard/html/mal2html-media.xsl -share/xml/mate/xslt/mallard/html/mal2html-page.xsl -share/xml/mate/xslt/mallard/html/mal2html-table.xsl -share/xml/mate/xslt/mallard/html/mal2html.xsl -share/xml/mate/xslt/mallard/html/mal2xhtml.xsl -@dirrm share/xml/mate/xslt/mallard/html -@dirrm share/xml/mate/xslt/mallard/common -@dirrm share/xml/mate/xslt/mallard/cache -@dirrm share/xml/mate/xslt/mallard -@dirrm share/xml/mate/xslt/gettext -@dirrm share/xml/mate/xslt/docbook/utils -@dirrm share/xml/mate/xslt/docbook/omf -@dirrm share/xml/mate/xslt/docbook/html -@dirrm share/xml/mate/xslt/docbook/common -@dirrm share/xml/mate/xslt/docbook -@dirrm share/xml/mate/xslt/common -@dirrm share/xml/mate/xslt -@dirrm share/xml/mate -@dirrm share/omf/mate-doc-xslt -@dirrm share/omf/mate-doc-make -@dirrm share/mate/help/mate-doc-xslt/de -@dirrm share/mate/help/mate-doc-xslt/C -@dirrm share/mate/help/mate-doc-xslt -@dirrm share/mate/help/mate-doc-make/de -@dirrm share/mate/help/mate-doc-make/C -@dirrm share/mate/help/mate-doc-make -@dirrm %%DATADIR%%/watermarks -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |