summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-29 05:12:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-29 05:12:47 +0800
commit4a2f1fedd1df16756776c0fa11613213d9adf248 (patch)
treea56b95e97249f560c2eacfbebd250ec36f1f3ac7 /editors
parent09299dbf1374d9c53ef9b306aa62b05c60d45a61 (diff)
downloadmarcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar.gz
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar.bz2
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar.lz
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar.xz
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.tar.zst
marcuscom-ports-4a2f1fedd1df16756776c0fa11613213d9adf248.zip
Update to 2.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2198 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/AbiWord2/Makefile13
-rw-r--r--editors/AbiWord2/distinfo4
-rw-r--r--editors/AbiWord2/files/patch-abiword.desktop11
-rw-r--r--editors/AbiWord2/files/patch-an36
-rw-r--r--editors/AbiWord2/files/patch-autogen.sh18
-rw-r--r--editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop11
-rw-r--r--editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixDialog_FormatTOC.cpp34
-rw-r--r--editors/AbiWord2/pkg-plist44
8 files changed, 83 insertions, 88 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 114a5c98e..d15806834 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= AbiWord2
-PORTVERSION= 2.1.0
-PORTREVISION= 2
+PORTVERSION= 2.1.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -31,9 +30,6 @@ WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_ICONV= yes
-#USE_AUTOMAKE= yes
-#USE_AUTOMAKE_VER=14
-#USE_AUTOCONF_VER=213
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
@@ -46,6 +42,7 @@ MAKEFILE= GNUmakefile
ABIVERSION= 2.2
PLIST_SUB+= "ABIVERSION=${ABIVERSION}"
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/wv.h)
@@ -90,17 +87,13 @@ post-patch:
@${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure
pre-configure:
-# @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
-# @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
-# @${RM} -f ${WRKSRC}/configure.ac
-# @cd ${WRKSRC} && ./autogen.sh && ${TRUE}
@${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g; \
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
post-install:
- @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \
+ @${INSTALL_DATA} ${WRKSRC}/abiword.desktop \
${PREFIX}/share/gnome/apps/Applications/abiword.desktop
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \
${PREFIX}/share/gnome/pixmaps/abiword_48.png
diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo
index 978d47808..903032b2c 100644
--- a/editors/AbiWord2/distinfo
+++ b/editors/AbiWord2/distinfo
@@ -1,2 +1,2 @@
-MD5 (AbiWord/abiword-2.1.0.tar.bz2) = b6ab22c7d6de6919afdf03d0d217dafd
-SIZE (AbiWord/abiword-2.1.0.tar.bz2) = 21372076
+MD5 (AbiWord/abiword-2.1.1.tar.bz2) = b2ec4704a915b8463cd6a48083ad6f14
+SIZE (AbiWord/abiword-2.1.1.tar.bz2) = 21722060
diff --git a/editors/AbiWord2/files/patch-abiword.desktop b/editors/AbiWord2/files/patch-abiword.desktop
new file mode 100644
index 000000000..1253b21b4
--- /dev/null
+++ b/editors/AbiWord2/files/patch-abiword.desktop
@@ -0,0 +1,11 @@
+--- abiword.desktop.orig Sun Mar 28 15:35:29 2004
++++ abiword.desktop Sun Mar 28 15:35:40 2004
+@@ -13,7 +13,7 @@
+ Icon=abiword_48.png
+ Terminal=false
+ Type=Application
+-Categories=Application;Office;WordProcessor;X-Red-Hat-Base;
++Categories=Application;Office;WordProcessor;
+ StartupNotify=true
+ Encoding=UTF-8
+
diff --git a/editors/AbiWord2/files/patch-an b/editors/AbiWord2/files/patch-an
index a116fb076..e26f0a525 100644
--- a/editors/AbiWord2/files/patch-an
+++ b/editors/AbiWord2/files/patch-an
@@ -1,9 +1,6 @@
-
-$FreeBSD: ports/editors/AbiWord2/files/patch-an,v 1.5 2003/02/23 18:39:35 marcus Exp $
-
---- src/Makefile.orig Thu May 30 17:51:53 2002
-+++ src/Makefile Wed Jun 5 15:47:41 2002
-@@ -48,6 +48,7 @@
+--- src/Makefile.orig Mon Dec 22 13:06:12 2003
++++ src/Makefile Sun Mar 28 15:29:40 2004
+@@ -52,6 +52,7 @@
## Set the following to a list of pathnames to be copied to $(CANONDIR)
CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt
@@ -11,7 +8,7 @@ $FreeBSD: ports/editors/AbiWord2/files/patch-an,v 1.5 2003/02/23 18:39:35 marcus
## Set the following to a list of directories (probably a subset of DIRS)
## that have work to do.
-@@ -58,6 +59,9 @@
+@@ -62,6 +63,9 @@
@for k in $(CANON_TOPLEVELFILES); do \
$(ABICOPY) $$k $(CANONDIR); \
done
@@ -21,26 +18,21 @@ $FreeBSD: ports/editors/AbiWord2/files/patch-an,v 1.5 2003/02/23 18:39:35 marcus
@for k in $(CANON_SubDirs); do \
$(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \
done
-@@ -72,6 +76,7 @@
- cp $$k american.hash; \
- rm $$k ; \
- done)
+@@ -83,6 +87,7 @@
+ ifeq ($(ABI_OPT_PSPELL),1)
+ echo "Using Pspell build, not installing ispell hash files"
+ else
+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- # We currently only ship american.hash, so the above and below aren't logical.
- # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
- @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
-@@ -112,10 +117,12 @@
- fi
+ # We currently only ship american.hash
+ @$(subst xxxx,$(CANONDIR)/dictionary,$(VERIFY_DIRECTORY))
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).american.hash $(CANONDIR)/dictionary/american.hash
+@@ -92,7 +97,8 @@
+ ifeq ($(ABI_NATIVE),unix)
# icons for X window manager use
@$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons)
+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons)
+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r *_48*)
- # font stuff for installation
- @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY))
-- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts)
-+ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts)
-+ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*)
endif
- ##################################################################
+ @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh
index 699048775..20ab42ded 100644
--- a/editors/AbiWord2/files/patch-autogen.sh
+++ b/editors/AbiWord2/files/patch-autogen.sh
@@ -1,5 +1,5 @@
---- autogen.sh.orig Mon Oct 6 04:00:53 2003
-+++ autogen.sh Fri Oct 31 16:07:18 2003
+--- autogen.sh.orig Fri Feb 20 08:28:02 2004
++++ autogen.sh Sun Mar 28 15:33:09 2004
@@ -10,7 +10,7 @@
rm -f autogen.err
@@ -9,7 +9,7 @@
if [ $? -ne 0 ]; then
echo "Error: you need automake 1.4 or later. Please upgrade."
-@@ -19,17 +19,17 @@
+@@ -19,9 +19,9 @@
# Produce aclocal.m4, so autoconf gets the automake macros it needs
#
@@ -19,9 +19,11 @@
-aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err
+%%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err
- echo "Checking for PKG_CHECK_MODULES..."
+ if test -f autom4te.cache/requests; then
+ echo "Checking for PKG_CHECK_MODULES in autom4te.cache/requests ..."
+@@ -32,9 +32,9 @@
+ fi
- pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN`
if test "x$pkgcheckdef" = "x"; then
- echo "Running aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS"
- (aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || {
@@ -31,8 +33,8 @@
+ echo "%%ACLOCAL%% failed! Unable to continue."
exit 1
}
- pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN`
-@@ -51,9 +51,9 @@
+ if test -f autom4te.cache/requests; then
+@@ -62,9 +62,9 @@
# Produce all the `GNUmakefile.in's and create neat missing things
# like `install-sh', etc.
#
@@ -44,7 +46,7 @@
echo ""
echo "* * * warning: possible errors while running automake - check autogen.err"
echo ""
-@@ -69,7 +69,7 @@
+@@ -80,7 +80,7 @@
#
echo "Creating configure..."
diff --git a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop
deleted file mode 100644
index 656c586a6..000000000
--- a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Apr 6 14:45:19 2003
-+++ src/pkg/linux/rpm/data/abiword.desktop Sun Apr 20 00:33:09 2003
-@@ -12,7 +12,7 @@
- Icon=abiword_48.png
- Terminal=0
- Type=Application
--Categories=Application;Office;WordProcessor;X-Red-Hat-Base;
-+Categories=Application;Office;WordProcessor;
- StartupNotify=true
- Encoding=UTF-8
- X-Desktop-File-Install-Version=0.3
diff --git a/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixDialog_FormatTOC.cpp b/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixDialog_FormatTOC.cpp
new file mode 100644
index 000000000..66ffce5c5
--- /dev/null
+++ b/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixDialog_FormatTOC.cpp
@@ -0,0 +1,34 @@
+--- src/wp/ap/unix/ap_UnixDialog_FormatTOC.cpp.orig Sun Mar 28 15:54:04 2004
++++ src/wp/ap/unix/ap_UnixDialog_FormatTOC.cpp Sun Mar 28 15:55:46 2004
+@@ -532,11 +532,11 @@
+ {
+ sVal = new UT_String(static_cast<char *>(vecTypeList->getNthItem(j)));
+ m_vecAllPropVals.addItem(static_cast<void *>(sVal));
+- const gchar * szLab = static_cast<const gchar *>(vecTypeList->getNthItem(j));
++ const gchar * szLab = (const gchar *)(vecTypeList->getNthItem(j));
+ UT_DEBUGMSG(("Got label %s for item %d \n",szLab,j));
+ GtkWidget * pW = gtk_menu_item_new_with_label(szLab);
+ g_object_set_data(G_OBJECT(pW),"toc-prop",(gpointer)(sProp->c_str()));
+- const gchar * szVal = static_cast<const gchar *>(vecPropList->getNthItem(j));
++ const gchar * szVal = (const gchar *)(vecPropList->getNthItem(j));
+ g_object_set_data(G_OBJECT(pW),"toc-val",(gpointer)(szVal));
+ g_signal_connect(G_OBJECT(pW),
+ "activate",
+@@ -558,7 +558,7 @@
+ m_vecAllPropVals.addItem(static_cast<void *>(sVal));
+ GtkWidget * pW = gtk_menu_item_new_with_label(static_cast<char *>(vecTypeList->getNthItem(j)));
+ g_object_set_data(G_OBJECT(pW),"toc-prop",(gpointer)sProp->c_str());
+- const gchar * szVal = static_cast<const gchar *>(vecPropList->getNthItem(j));
++ const gchar * szVal = (const gchar *)(vecPropList->getNthItem(j));
+ g_object_set_data(G_OBJECT(pW),"toc-val",(gpointer)(szVal));
+ g_signal_connect(G_OBJECT(pW),
+ "activate",
+@@ -586,7 +586,7 @@
+ m_vecAllPropVals.addItem(static_cast<void *>(sProp));
+ sVal = new UT_String(static_cast<char *>(vecProps->getNthItem(j)));
+ m_vecAllPropVals.addItem(static_cast<void *>(sVal));
+- const gchar * szLab = static_cast<const gchar *>(vecLabels->getNthItem(j));
++ const gchar * szLab = (const gchar *)(vecLabels->getNthItem(j));
+ UT_DEBUGMSG(("Got label %s for item %d \n",szLab,j));
+ GtkWidget * pW = gtk_menu_item_new_with_label(szLab);
+ g_object_set_data(G_OBJECT(pW),"toc-prop",(gpointer)(sProp->c_str()));
diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist
index bfb1be297..c4070c152 100644
--- a/editors/AbiWord2/pkg-plist
+++ b/editors/AbiWord2/pkg-plist
@@ -9,6 +9,7 @@ share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Break.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Field.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFrame.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTOC.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTable.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_HdrFtr.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_InsertTable.glade
@@ -18,12 +19,16 @@ share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MetaData.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_New.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageNumbers.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Replace.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist_modal.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_WordCount.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_About.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_DocComparison.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Encoding.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_History.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Image.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Language.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_ListDocuments.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Password.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_PluginManager.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_WindowMore.glade
@@ -31,6 +36,7 @@ share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Zoom.glade
share/AbiSuite-%%ABIVERSION%%/AbiWord/readme.txt
share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts/abw2html.pl
share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/am-ET.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ar.strings
share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/be-BY.strings
share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/bg-BG.strings
share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/br-FR.strings
@@ -190,6 +196,8 @@ share/AbiSuite-%%ABIVERSION%%/templates/A4.awt
share/AbiSuite-%%ABIVERSION%%/templates/Business-Report.awt
share/AbiSuite-%%ABIVERSION%%/templates/Employee-Directory.awt
share/AbiSuite-%%ABIVERSION%%/templates/Fax-Coversheet.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Memo.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Resume.awt
share/AbiSuite-%%ABIVERSION%%/templates/Two-Columns.awt
share/AbiSuite-%%ABIVERSION%%/templates/US-Letter.awt
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt
@@ -215,10 +223,10 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_NZ
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_ZA
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_ES
-share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_FI
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_IR
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_MX
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fa_IR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fi_FI
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_BE
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CA
@@ -263,40 +271,6 @@ share/gnome/pixmaps/abiword_48.png
@dirrm share/AbiSuite-%%ABIVERSION%%/clipart
@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/strings
@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/sample/en-US
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/sample
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/images
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/tutorial
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/problems
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/plugins
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/workspace.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/rulers.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/info
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/images
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto/howtoword.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/es-ES
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/tutorial
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/problems
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/workspace.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/rulers.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/menufile.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/dialogreplace.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/info
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/images
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto/howtoword.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto/howtoweb.xhtml_data
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE/images
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE/de_DE
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE
-@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help
@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/glade
@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord
@dirrm share/AbiSuite-%%ABIVERSION%%