diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 20:24:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 20:24:33 +0800 |
commit | 604758151eb7197a3d22bf949480a62115344437 (patch) | |
tree | 4fc1964631add4f5ee3e1fa506eb367e2133ae6e /editors | |
parent | ca41affab86f1417b57c40959a940a574261147e (diff) | |
download | marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar.gz marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar.bz2 marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar.lz marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar.xz marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.tar.zst marcuscom-ports-604758151eb7197a3d22bf949480a62115344437.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/conglomerate/Makefile | 31 | ||||
-rw-r--r-- | editors/conglomerate/distinfo | 3 | ||||
-rw-r--r-- | editors/conglomerate/files/patch-data_Makefile.in | 20 | ||||
-rw-r--r-- | editors/conglomerate/pkg-descr | 10 | ||||
-rw-r--r-- | editors/conglomerate/pkg-plist | 307 |
5 files changed, 371 insertions, 0 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile new file mode 100644 index 000000000..609819ebf --- /dev/null +++ b/editors/conglomerate/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: conglomerate +# Date created: Jun 26, 2003 +# Whom: Pav Lucistnik <pav@oook.cz> +# +# $FreeBSD$ + +PORTNAME= conglomerate +PORTVERSION= 0.9.1 +PORTREVISION= 2 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pav@FreeBSD.org +COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing + +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant +.endif + +.include <bsd.port.post.mk> diff --git a/editors/conglomerate/distinfo b/editors/conglomerate/distinfo new file mode 100644 index 000000000..93d3a2a5d --- /dev/null +++ b/editors/conglomerate/distinfo @@ -0,0 +1,3 @@ +MD5 (conglomerate-0.9.1.tar.gz) = 49ad67492e947d6c15e5b875d8360890 +SHA256 (conglomerate-0.9.1.tar.gz) = 1b1724918b6b1b716cfbcfeb71048494c7ff0bce40486f25e569dbdf1aa12261 +SIZE (conglomerate-0.9.1.tar.gz) = 3291367 diff --git a/editors/conglomerate/files/patch-data_Makefile.in b/editors/conglomerate/files/patch-data_Makefile.in new file mode 100644 index 000000000..a16da12bd --- /dev/null +++ b/editors/conglomerate/files/patch-data_Makefile.in @@ -0,0 +1,20 @@ +--- data/Makefile.in.orig Tue May 1 11:10:15 2007 ++++ data/Makefile.in Tue May 1 11:10:41 2007 +@@ -140,14 +140,14 @@ + desktop_in_files = conglomerate.desktop.in + desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + +-keysdir = $(datadir)/mime-info ++keysdir = $(datadir)/gnome/mime-info + keys_in_files = conglomerate.keys.in + keys_DATA = $(keys_in_files:.keys.in=.keys) + + app_DATA = conglomerate.applications +-appdir = $(datadir)/application-registry ++appdir = $(datadir)/gnome/application-registry + +-mimedir = $(datadir)/mime-info ++mimedir = $(datadir)/gnome/mime-info + mime_DATA = conglomerate.mime + + schemadir = $(sysconfdir)/gconf/schemas/ diff --git a/editors/conglomerate/pkg-descr b/editors/conglomerate/pkg-descr new file mode 100644 index 000000000..c74074d00 --- /dev/null +++ b/editors/conglomerate/pkg-descr @@ -0,0 +1,10 @@ +Conglomerate is a free, user-friendly XML editor, aimed at providing +a comfortable DocBook editor for the masses that's nicely integrated +into GNOME. + +Conglomerate is still fairly unstable when doing editing work, +and will crash from time to time. However, it is becoming usable +for viewing DocBook and other XML formats, for creating new documents, +and making simple changes to existing documents. + +WWW: http://www.conglomerate.org/ diff --git a/editors/conglomerate/pkg-plist b/editors/conglomerate/pkg-plist new file mode 100644 index 000000000..fdc5695ee --- /dev/null +++ b/editors/conglomerate/pkg-plist @@ -0,0 +1,307 @@ +bin/conglomerate +etc/gconf/schemas/conglomerate.schemas +share/gnome/application-registry/conglomerate.applications +share/applications/conglomerate.desktop +%%DATADIR%%/css/docbook.css +%%DATADIR%%/dispspecs/cnxml.xds +%%DATADIR%%/dispspecs/dispspec.xds +%%DATADIR%%/dispspecs/docbook.xds +%%DATADIR%%/dispspecs/forrest-document.xds +%%DATADIR%%/dispspecs/kernel-traffic-newsletter.xds +%%DATADIR%%/dispspecs/opml.xds +%%DATADIR%%/dispspecs/readme.xds +%%DATADIR%%/dispspecs/relax-ng.xds +%%DATADIR%%/dispspecs/release.xds +%%DATADIR%%/dispspecs/teixlite.xds +%%DATADIR%%/dispspecs/website-layout.xds +%%DATADIR%%/dispspecs/website-webpage.xds +%%DATADIR%%/dispspecs/xhtml1-strict.xds +%%DATADIR%%/dispspecs/xsl.xds +%%DATADIR%%/dtd/release.dtd +%%DATADIR%%/dtd/xds.dtd +%%DATADIR%%/examples/cnxml.xml +%%DATADIR%%/examples/error-proposal.xml +%%DATADIR%%/examples/file-roller.xml +%%DATADIR%%/examples/i18n.xml +%%DATADIR%%/examples/nmtoken.xml +%%DATADIR%%/examples/readme.xml +%%DATADIR%%/examples/test-docbook.xml +%%DATADIR%%/examples/test-entities.xml +%%DATADIR%%/examples/test-table.xml +%%DATADIR%%/examples/test-table3.xml +%%DATADIR%%/glade/cong-file-import.glade +%%DATADIR%%/glade/cong-file-properties.glade +%%DATADIR%%/glade/cong-find-replace.glade +%%DATADIR%%/glade/cong-preferences.glade +%%DATADIR%%/glade/custom-element.glade +%%DATADIR%%/glade/docbook-common-properties.glade +%%DATADIR%%/glade/docbook-orderedlist-properties.glade +%%DATADIR%%/glade/docbook-ulink-properties.glade +%%DATADIR%%/glade/plugin-arbitrary.glade +%%DATADIR%%/glade/plugin-random.glade +%%DATADIR%%/glade/string_selection_dialog.glade +%%DATADIR%%/stylesheets/selection-to-text.xsl +%%DATADIR%%/templates/dispspec-template.xds +%%DATADIR%%/templates/dispspec.xml +%%DATADIR%%/templates/html.xml +%%DOCSDIR%%/CongAttributeEditor.html +%%DOCSDIR%%/CongAttributeEditorCDATA.html +%%DOCSDIR%%/CongAttributeEditorENUMERATION.html +%%DOCSDIR%%/CongAttributeEditorLang.html +%%DOCSDIR%%/CongAttributeWrapper.html +%%DOCSDIR%%/CongAttributeWrapperCheckButton.html +%%DOCSDIR%%/CongAttributeWrapperRadioButton.html +%%DOCSDIR%%/CongCommand.html +%%DOCSDIR%%/CongCommandHistory.html +%%DOCSDIR%%/CongDocument.html +%%DOCSDIR%%/CongDocumentTraversal.html +%%DOCSDIR%%/CongEditorArea.html +%%DOCSDIR%%/CongEditorAreaBin.html +%%DOCSDIR%%/CongEditorAreaBorder.html +%%DOCSDIR%%/CongEditorAreaComposer.html +%%DOCSDIR%%/CongEditorAreaContainer.html +%%DOCSDIR%%/CongEditorAreaEntityDecl.html +%%DOCSDIR%%/CongEditorAreaEntityRef.html +%%DOCSDIR%%/CongEditorAreaExpander.html +%%DOCSDIR%%/CongEditorAreaLabelled.html +%%DOCSDIR%%/CongEditorAreaLine.html +%%DOCSDIR%%/CongEditorAreaListitem.html +%%DOCSDIR%%/CongEditorAreaParagraph.html +%%DOCSDIR%%/CongEditorAreaPixbuf.html +%%DOCSDIR%%/CongEditorAreaSpacer.html +%%DOCSDIR%%/CongEditorAreaSpanTag.html +%%DOCSDIR%%/CongEditorAreaStructural.html +%%DOCSDIR%%/CongEditorAreaStructuralTag.html +%%DOCSDIR%%/CongEditorAreaText.html +%%DOCSDIR%%/CongEditorAreaTextComment.html +%%DOCSDIR%%/CongEditorAreaTextFragment.html +%%DOCSDIR%%/CongEditorAreaUnderline.html +%%DOCSDIR%%/CongEditorAreaUnknownTag.html +%%DOCSDIR%%/CongEditorNode.html +%%DOCSDIR%%/CongEditorNodeElement.html +%%DOCSDIR%%/CongEditorNodeElementListitem.html +%%DOCSDIR%%/CongEditorNodeElementParagraph.html +%%DOCSDIR%%/CongEditorWidget3.html +%%DOCSDIR%%/CongModification.html +%%DOCSDIR%%/CongModificationCursorChange.html +%%DOCSDIR%%/CongModificationSelectionChange.html +%%DOCSDIR%%/CongModificationSetDtdPtr.html +%%DOCSDIR%%/CongNodeModification.html +%%DOCSDIR%%/CongNodeModificationAddAfter.html +%%DOCSDIR%%/CongNodeModificationAddBefore.html +%%DOCSDIR%%/CongNodeModificationMakeOrphan.html +%%DOCSDIR%%/CongNodeModificationRemoveAttribute.html +%%DOCSDIR%%/CongNodeModificationSetAttribute.html +%%DOCSDIR%%/CongNodeModificationSetParent.html +%%DOCSDIR%%/CongNodeModificationSetText.html +%%DOCSDIR%%/CongPlugin.html +%%DOCSDIR%%/CongService.html +%%DOCSDIR%%/CongServiceDocTool.html +%%DOCSDIR%%/CongServiceDocumentFactory.html +%%DOCSDIR%%/CongServiceEditorNodeFactory.html +%%DOCSDIR%%/CongServiceExporter.html +%%DOCSDIR%%/CongServiceImporter.html +%%DOCSDIR%%/CongServiceNodePropertyDialog.html +%%DOCSDIR%%/CongServiceNodeTool.html +%%DOCSDIR%%/CongServiceTool.html +%%DOCSDIR%%/CongTraversalNode.html +%%DOCSDIR%%/CongXPathExpression.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/class-hierarchy.html +%%DOCSDIR%%/class-overview.html +%%DOCSDIR%%/conglomerate-CongApp.html +%%DOCSDIR%%/conglomerate-CongDispspec.html +%%DOCSDIR%%/conglomerate-CongDispspecElement.html +%%DOCSDIR%%/conglomerate-CongDispspecRegistry.html +%%DOCSDIR%%/conglomerate-CongEditorNodeComment.html +%%DOCSDIR%%/conglomerate-CongEditorNodeDocument.html +%%DOCSDIR%%/conglomerate-CongEditorNodeDtd.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementAdmonition.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementSpan.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementStructural.html +%%DOCSDIR%%/conglomerate-CongEditorNodeElementUnknown.html +%%DOCSDIR%%/conglomerate-CongEditorNodeEntityDecl.html +%%DOCSDIR%%/conglomerate-CongEditorNodeEntityRef.html +%%DOCSDIR%%/conglomerate-CongEditorNodeText.html +%%DOCSDIR%%/conglomerate-CongEditorNodeUnimplemented.html +%%DOCSDIR%%/conglomerate-CongLocation.html +%%DOCSDIR%%/conglomerate-CongObject.html +%%DOCSDIR%%/conglomerate-CongPluginManager.html +%%DOCSDIR%%/conglomerate-CongRange.html +%%DOCSDIR%%/conglomerate-CongSelection.html +%%DOCSDIR%%/conglomerate-CongServicePrintMethod.html +%%DOCSDIR%%/conglomerate-DTD-Handling.html +%%DOCSDIR%%/conglomerate-Utility-functions.html +%%DOCSDIR%%/conglomerate-XML-Nodes.html +%%DOCSDIR%%/conglomerate-cong-dialog.html +%%DOCSDIR%%/conglomerate-cong-edit-find-and-replace.html +%%DOCSDIR%%/conglomerate-cong-eel-graphic-effects.html +%%DOCSDIR%%/conglomerate-cong-eel.html +%%DOCSDIR%%/conglomerate-cong-enum-mapping.html +%%DOCSDIR%%/conglomerate-cong-error-dialog.html +%%DOCSDIR%%/conglomerate-cong-fake-plugin-hooks.html +%%DOCSDIR%%/conglomerate-cong-file-selection.html +%%DOCSDIR%%/conglomerate-cong-font.html +%%DOCSDIR%%/conglomerate-cong-glade.html +%%DOCSDIR%%/conglomerate-cong-graph.html +%%DOCSDIR%%/conglomerate-cong-marshal.html +%%DOCSDIR%%/conglomerate-cong-overview-view.html +%%DOCSDIR%%/conglomerate-cong-parser-error.html +%%DOCSDIR%%/conglomerate-cong-primary-window.html +%%DOCSDIR%%/conglomerate-cong-progress-checklist.html +%%DOCSDIR%%/conglomerate-cong-text-cache.html +%%DOCSDIR%%/conglomerate-cong-tree-view.html +%%DOCSDIR%%/conglomerate-cong-ui-hooks.html +%%DOCSDIR%%/conglomerate-cong-vfs.html +%%DOCSDIR%%/conglomerate-cong-view.html +%%DOCSDIR%%/conglomerate-global.html +%%DOCSDIR%%/editor.html +%%DOCSDIR%%/helper.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/misc.html +%%DOCSDIR%%/plugins.html +%%DOCSDIR%%/state.html +%%DOCSDIR%%/views.html +%%DOCSDIR%%/xml.html +share/gnome/help/conglomerate/C/cong_element_map_ref.xml +share/gnome/help/conglomerate/C/conglomerate.xml +share/gnome/help/conglomerate/C/conventions.xml +share/gnome/help/conglomerate/C/doc_type_support.xml +share/gnome/help/conglomerate/C/faq.xml +share/gnome/help/conglomerate/C/figures/caution.png +share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz1.png +share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz2.png +share/gnome/help/conglomerate/C/figures/cong_dump_xds_dialog.png +share/gnome/help/conglomerate/C/figures/cong_edit_xds_dialog.png +share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_overview.png +share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_popup_menu.png +share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_raw.png +share/gnome/help/conglomerate/C/figures/cong_editor_window.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_area.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_edit.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_edit_collapse.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_menubar.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_statusbar.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_titlebar.png +share/gnome/help/conglomerate/C/figures/cong_editor_window_toolbar.png +share/gnome/help/conglomerate/C/figures/cong_export_file_dialog.png +share/gnome/help/conglomerate/C/figures/cong_import_file_dialog.png +share/gnome/help/conglomerate/C/figures/cong_inline_menu.png +share/gnome/help/conglomerate/C/figures/cong_input_focus.png +share/gnome/help/conglomerate/C/figures/cong_open_dialog.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_add.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_add.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_adv.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_adv_add.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_reder.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_lang.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_rev.png +share/gnome/help/conglomerate/C/figures/cong_properties_dialog_scope.png +share/gnome/help/conglomerate/C/figures/cong_save_as_dialog.png +share/gnome/help/conglomerate/C/figures/cong_save_copy_dialog.png +share/gnome/help/conglomerate/C/figures/cong_start_window.png +share/gnome/help/conglomerate/C/figures/cong_validate_tool_dialog.png +share/gnome/help/conglomerate/C/figures/cong_view_source_menu.png +share/gnome/help/conglomerate/C/figures/cong_view_source_window.png +share/gnome/help/conglomerate/C/figures/conglomerate_logo.png +share/gnome/help/conglomerate/C/figures/important.png +share/gnome/help/conglomerate/C/figures/intro.png +share/gnome/help/conglomerate/C/figures/menu-properties.png +share/gnome/help/conglomerate/C/figures/new-doc-wizard.png +share/gnome/help/conglomerate/C/figures/new.png +share/gnome/help/conglomerate/C/figures/note.png +share/gnome/help/conglomerate/C/figures/properties-dialog.png +share/gnome/help/conglomerate/C/figures/quote.png +share/gnome/help/conglomerate/C/figures/tip.png +share/gnome/help/conglomerate/C/figures/warning.png +share/gnome/help/conglomerate/C/global.ent +share/gnome/help/conglomerate/C/glossary.xml +share/gnome/help/conglomerate/C/notice_fdl.xml +share/gnome/help/conglomerate/C/notice_gpl.xml +share/gnome/help/conglomerate/C/row_xml_lang_attrib.xml +share/gnome/help/conglomerate/C/tbl_element_attrib.xml +share/gnome/help/conglomerate/C/xds_dtd_def.xml +share/locale/az/LC_MESSAGES/conglomerate.mo +share/locale/ca/LC_MESSAGES/conglomerate.mo +share/locale/cs/LC_MESSAGES/conglomerate.mo +share/locale/da/LC_MESSAGES/conglomerate.mo +share/locale/de/LC_MESSAGES/conglomerate.mo +share/locale/el/LC_MESSAGES/conglomerate.mo +share/locale/en_CA/LC_MESSAGES/conglomerate.mo +share/locale/en_GB/LC_MESSAGES/conglomerate.mo +share/locale/es/LC_MESSAGES/conglomerate.mo +share/locale/fr/LC_MESSAGES/conglomerate.mo +share/locale/hr/LC_MESSAGES/conglomerate.mo +share/locale/ja/LC_MESSAGES/conglomerate.mo +share/locale/nl/LC_MESSAGES/conglomerate.mo +share/locale/no/LC_MESSAGES/conglomerate.mo +share/locale/pa/LC_MESSAGES/conglomerate.mo +share/locale/pl/LC_MESSAGES/conglomerate.mo +share/locale/pt/LC_MESSAGES/conglomerate.mo +share/locale/pt_BR/LC_MESSAGES/conglomerate.mo +share/locale/ru/LC_MESSAGES/conglomerate.mo +share/locale/rw/LC_MESSAGES/conglomerate.mo +share/locale/sq/LC_MESSAGES/conglomerate.mo +share/locale/sr/LC_MESSAGES/conglomerate.mo +share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo +share/locale/sv/LC_MESSAGES/conglomerate.mo +share/locale/uk/LC_MESSAGES/conglomerate.mo +share/locale/zh_CN/LC_MESSAGES/conglomerate.mo +share/gnome/mime-info/conglomerate.keys +share/gnome/mime-info/conglomerate.mime +share/gnome/omf/conglomerate/conglomerate-C.omf +share/pixmaps/conglomerate-icon-16.png +share/pixmaps/conglomerate/cong-address-16.png +share/pixmaps/conglomerate/cong-answer-16.png +share/pixmaps/conglomerate/cong-author-16.png +share/pixmaps/conglomerate/cong-bibliography-16.png +share/pixmaps/conglomerate/cong-bulleted-list-16.png +share/pixmaps/conglomerate/cong-caution-48.png +share/pixmaps/conglomerate/cong-code-fragment-16.png +share/pixmaps/conglomerate/cong-comment-16.png +share/pixmaps/conglomerate/cong-definition-list-16.png +share/pixmaps/conglomerate/cong-docbook-article-16.png +share/pixmaps/conglomerate/cong-docbook-book-16.png +share/pixmaps/conglomerate/cong-docbook-set-16.png +share/pixmaps/conglomerate/cong-editor-16.png +share/pixmaps/conglomerate/cong-entry-16.png +share/pixmaps/conglomerate/cong-faq-16.png +share/pixmaps/conglomerate/cong-footnote-16.png +share/pixmaps/conglomerate/cong-history-16.png +share/pixmaps/conglomerate/cong-important-48.png +share/pixmaps/conglomerate/cong-indexterm-16.png +share/pixmaps/conglomerate/cong-list-16.png +share/pixmaps/conglomerate/cong-list-item-16.png +share/pixmaps/conglomerate/cong-metadata-16.png +share/pixmaps/conglomerate/cong-name-16.png +share/pixmaps/conglomerate/cong-note-48.png +share/pixmaps/conglomerate/cong-numbered-list-16.png +share/pixmaps/conglomerate/cong-paragraph-16.png +share/pixmaps/conglomerate/cong-publisher-16.png +share/pixmaps/conglomerate/cong-question-16.png +share/pixmaps/conglomerate/cong-subsection-16.png +share/pixmaps/conglomerate/cong-summary-16.png +share/pixmaps/conglomerate/cong-tip-48.png +share/pixmaps/conglomerate/cong-title-16.png +share/pixmaps/conglomerate/cong-uncomment-16.png +share/pixmaps/conglomerate/cong-warning-48.png +share/pixmaps/conglomerate/cong-wrapper-16.png +share/pixmaps/conglomerate/conglomerate-icon-32.png +share/pixmaps/conglomerate/conglomerate-logo.png +@dirrm share/pixmaps/conglomerate +@dirrm share/gnome/help/conglomerate/C/figures +@dirrm share/gnome/help/conglomerate/C +@dirrm share/gnome/help/conglomerate +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/stylesheets +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%%/dtd +@dirrm %%DATADIR%%/dispspecs +@dirrm %%DATADIR%%/css +@dirrm %%DATADIR%% |