summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-01-19 15:50:11 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-01-19 15:50:11 +0000
commit6f2f71efd4458474a08407e65ac437005fb4dc56 (patch)
tree464595dc7c258f7141104fddc9bf5c8fbdd051f7 /x11
parento) Remove of obsoleted xmgr port (diff)
o) libhelp was only used by xmgr, which was just deleted.
o) libhelp didn't compile on current motif. o) Development of libhelp didn't take place since years.
Notes
Notes: svn path=/head/; revision=73497
Diffstat (limited to 'x11')
-rw-r--r--x11/libhelp/Makefile27
-rw-r--r--x11/libhelp/distinfo1
-rw-r--r--x11/libhelp/files/patch-aa48
-rw-r--r--x11/libhelp/files/patch-ab24
-rw-r--r--x11/libhelp/files/patch-ac13
-rw-r--r--x11/libhelp/files/patch-ad39
-rw-r--r--x11/libhelp/files/patch-ae16
-rw-r--r--x11/libhelp/files/patch-af15
-rw-r--r--x11/libhelp/files/patch-ag15
-rw-r--r--x11/libhelp/files/patch-ah13
-rw-r--r--x11/libhelp/files/patch-ai23
-rw-r--r--x11/libhelp/files/patch-aj19
-rw-r--r--x11/libhelp/files/patch-ak41
-rw-r--r--x11/libhelp/files/patch-al24
-rw-r--r--x11/libhelp/files/patch-am22
-rw-r--r--x11/libhelp/files/patch-ao17
-rw-r--r--x11/libhelp/pkg-comment1
-rw-r--r--x11/libhelp/pkg-descr13
-rw-r--r--x11/libhelp/pkg-plist82
19 files changed, 0 insertions, 453 deletions
diff --git a/x11/libhelp/Makefile b/x11/libhelp/Makefile
deleted file mode 100644
index 854f216e57d8..000000000000
--- a/x11/libhelp/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: libhelp
-# Date created: 11 December 96
-# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libhelp
-PORTVERSION= 1.8.1
-CATEGORIES= x11
-MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/libhelp/
-
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
-
-BROKEN= "Broken by open-motif upgrade"
-
-USE_MOTIF= YES
-USE_IMAKE= YES
-NO_INSTALL_MANPAGES= YES
-
-post-install:
- @${MKDIR} ${X11BASE}/lib/X11/xmhelp/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${X11BASE}/lib/X11/xmhelp/pixmaps
- @${MKDIR} ${X11BASE}/lib/X11/xmhelp/help
- ${INSTALL_DATA} ${WRKSRC}/help/* ${X11BASE}/lib/X11/xmhelp/help
-
-.include <bsd.port.mk>
diff --git a/x11/libhelp/distinfo b/x11/libhelp/distinfo
deleted file mode 100644
index 0a37398b1e79..000000000000
--- a/x11/libhelp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libhelp-1.8.1.tar.gz) = a8a460484b8fdeb67bbf6213472265fc
diff --git a/x11/libhelp/files/patch-aa b/x11/libhelp/files/patch-aa
deleted file mode 100644
index ae370adaf28c..000000000000
--- a/x11/libhelp/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-*** ../../../libhelp-1.8.1/Imakefile Tue Apr 4 17:21:02 1995
---- Imakefile Mon Oct 20 22:13:28 1997
-***************
-*** 27,33 ****
- XCOMM remove libhtmlw from LIBDIRS
- XCOMM --------------------------------------------------------------------
-
-! LIBDIRS = libhelp libButtFace libhtmlw
-
- XCOMM --------------------------------------------------------------------
- XCOMM Additional Definitions
---- 27,33 ----
- XCOMM remove libhtmlw from LIBDIRS
- XCOMM --------------------------------------------------------------------
-
-! LIBDIRS = libhelp libButtFace libhtmlw libhlpclient
-
- XCOMM --------------------------------------------------------------------
- XCOMM Additional Definitions
-***************
-*** 36,42 ****
- CC = gcc -ansi
- COPT = -O2
- INCS =
-! DEFS =
- LIBS =
-
- #define IHaveSubdirs
---- 36,42 ----
- CC = gcc -ansi
- COPT = -O2
- INCS =
-! DEFS = -DHELP_PATH=\"$(X11BASE)/lib/X11/xmhelp/help:$(X11BASE)/lib/X11/xmhelp/pixmaps\"
- LIBS =
-
- #define IHaveSubdirs
-***************
-*** 52,60 ****
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
- CleanSubdirs($(SUBDIRS))
--
--
--
--
--
--
---- 52,54 ----
diff --git a/x11/libhelp/files/patch-ab b/x11/libhelp/files/patch-ab
deleted file mode 100644
index 4059c9b08f5b..000000000000
--- a/x11/libhelp/files/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
---- libhelp/Imakefile.orig Wed Jun 28 05:59:58 1995
-+++ libhelp/Imakefile Sun May 2 12:41:56 1999
-@@ -56,7 +56,7 @@
- CC = c89
- HPDEFS = -D_HPUX_SOURCE
- HPINCS = -I/usr/include/Motif1.2
-- MOTIFLIB = -L/usr/lib/Motif1.2 -lXm
-+ MOTIFLIB ?= -L/usr/lib/Motif1.2 -lXm
- #endif
-
- SYSINCS = -I/usr/local/X11R5/include $(SUNINCS) $(HPINCS)
-@@ -99,9 +99,11 @@
- XCOMM libhelp.a
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+InstallLibrary($(LIBHELP),$(USRLIBDIR))
-+InstallNonExecFile(help.h,$(INCDIR))
-
- XCOMM thelp (only for testing, not distributed)
-
- NormalProgramTarget(thelp,$(TESTOBJ),$(HLIB),$(THELPLIBS),$(SYSTEM_LIBS))
-
--DependTarget()
-+DependTarget()
diff --git a/x11/libhelp/files/patch-ac b/x11/libhelp/files/patch-ac
deleted file mode 100644
index 43548d6af5e8..000000000000
--- a/x11/libhelp/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/Center.c libButtFace/Center.c
-*** ../../../libhelp-1.8.1/libButtFace/Center.c Fri Feb 24 13:28:28 1995
---- libButtFace/Center.c Mon Oct 20 19:00:11 1997
-***************
-*** 31,36 ****
---- 31,37 ----
- */
- #include <X11/IntrinsicP.h>
- #include <X11/StringDefs.h>
-+ #include <Xm/ManagerP.h>
- #include "CenterP.h"
-
-
diff --git a/x11/libhelp/files/patch-ad b/x11/libhelp/files/patch-ad
deleted file mode 100644
index 11cf27ec09cd..000000000000
--- a/x11/libhelp/files/patch-ad
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c libhtmlw/HTML-PSformat.c
-*** ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c Mon Dec 26 12:15:57 1994
---- libhtmlw/HTML-PSformat.c Sun May 30 18:26:14 1999
-***************
-*** 47,57 ****
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-! #include <malloc.h>
- #include "HTMLP.h"
-
- /* Fix thanks to robm. */
-! #ifdef __alpha
- #include <Xm/VaSimple.h>
- #endif
-
---- 47,61 ----
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-! #ifdef __FreeBSD__
-! # include <stdlib.h>
-! #else
-! # include <malloc.h>
-! #endif
- #include "HTMLP.h"
-
- /* Fix thanks to robm. */
-! #if defined(__alpha) && !defined(__FreeBSD__)
- #include <Xm/VaSimple.h>
- #endif
-
-***************
-*** 1507,1510 ****
-
- return( PS_string);
- }
--
---- 1511,1513 ----
diff --git a/x11/libhelp/files/patch-ae b/x11/libhelp/files/patch-ae
deleted file mode 100644
index bfd79f8ead3c..000000000000
--- a/x11/libhelp/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhlpclient/Imakefile libhlpclient/Imakefile
-*** ../../../libhelp-1.8.1/libhlpclient/Imakefile Sat Jun 17 13:52:05 1995
---- libhlpclient/Imakefile Mon Oct 20 21:18:41 1997
-***************
-*** 87,91 ****
- SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
- NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))
--
---- 87,91 ----
- SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
- NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))
diff --git a/x11/libhelp/files/patch-af b/x11/libhelp/files/patch-af
deleted file mode 100644
index 6af616aab60f..000000000000
--- a/x11/libhelp/files/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhelp/load.c libhelp/load.c
-*** ../../../libhelp-1.8.1/libhelp/load.c Wed Jun 28 15:00:15 1995
---- libhelp/load.c Mon Oct 20 19:00:11 1997
-***************
-*** 37,42 ****
---- 37,45 ----
- /*----------------------------------------------------------------------*
- *g include section
- **----------------------------------------------------------------------*/
-+ #ifdef __FreeBSD__
-+ #include <sys/types.h>
-+ #endif __FreeBSD__
- #include <dirent.h>
- #include <sys/stat.h>
- #include <unistd.h>
diff --git a/x11/libhelp/files/patch-ag b/x11/libhelp/files/patch-ag
deleted file mode 100644
index c3005674d9a9..000000000000
--- a/x11/libhelp/files/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhelp/util.c libhelp/util.c
-*** ../../../libhelp-1.8.1/libhelp/util.c Wed Jun 28 15:00:19 1995
---- libhelp/util.c Mon Oct 20 19:00:11 1997
-***************
-*** 45,50 ****
---- 45,53 ----
- ** -------------------------------------------------------------------- */
- #include <sys/stat.h>
- #include <ctype.h>
-+ #ifdef __FreeBSD__
-+ #include <sys/types.h>
-+ #endif __FreeBSD__
- #include <dirent.h>
-
- #include "helpp.h"
diff --git a/x11/libhelp/files/patch-ah b/x11/libhelp/files/patch-ah
deleted file mode 100644
index 0352c6524b7e..000000000000
--- a/x11/libhelp/files/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/Imakefile libButtFace/Imakefile
-*** ../../../libhelp-1.8.1/libButtFace/Imakefile Sat May 27 13:07:41 1995
---- libButtFace/Imakefile Mon Oct 20 21:17:29 1997
-***************
-*** 77,80 ****
---- 77,82 ----
- XCOMM --------------------------------------------------------------------
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
-+
- DependTarget()
-
diff --git a/x11/libhelp/files/patch-ai b/x11/libhelp/files/patch-ai
deleted file mode 100644
index a2b2cb6e5719..000000000000
--- a/x11/libhelp/files/patch-ai
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/resource.c libButtFace/resource.c
-*** ../../../libhelp-1.8.1/libButtFace/resource.c Fri Feb 24 13:28:28 1995
---- libButtFace/resource.c Mon Oct 20 19:00:11 1997
-***************
-*** 27,33 ****
- */
-
- #include <string.h>
-! #include <malloc.h>
- #include <ctype.h>
- #include <X11/StringDefs.h>
-
---- 27,37 ----
- */
-
- #include <string.h>
-! #ifdef __FreeBSD__
-! # include <stdlib.h>
-! #else
-! # include <malloc.h>
-! #endif
- #include <ctype.h>
- #include <X11/StringDefs.h>
diff --git a/x11/libhelp/files/patch-aj b/x11/libhelp/files/patch-aj
deleted file mode 100644
index 182b144c51a8..000000000000
--- a/x11/libhelp/files/patch-aj
+++ /dev/null
@@ -1,19 +0,0 @@
---- libhtmlw/HTML.c.orig Mon Dec 26 12:15:57 1994
-+++ libhtmlw/HTML.c Tue Apr 14 10:06:06 1998
-@@ -57,6 +57,11 @@
- #ifdef MOTIF
- #include <Xm/DrawingA.h>
- #include <Xm/ScrollBar.h>
-+#include <Xm/ManagerP.h>
-+#ifdef MOTIF2
-+#include <Xm/ManagerI.h>
-+#include <Xm/TravActI.h>
-+#endif
- #else
- #include "DrawingArea.h"
- #include <X11/Xaw/Scrollbar.h>
-@@ -6109,4 +6114,3 @@
- return(-1);
- }
- }
--
diff --git a/x11/libhelp/files/patch-ak b/x11/libhelp/files/patch-ak
deleted file mode 100644
index d76b9ad17676..000000000000
--- a/x11/libhelp/files/patch-ak
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.h libhtmlw/HTML.h
-*** ../../../libhelp-1.8.1/libhtmlw/HTML.h Mon Dec 26 12:15:58 1994
---- libhtmlw/HTML.h Mon Oct 20 19:00:12 1997
-***************
-*** 56,68 ****
- #define HTML_H
-
- #ifdef MOTIF
-! #include <Xm/Xm.h>
-! #if (XmVERSION == 1)&&(XmREVISION >= 2)
-! #define MOTIF1_2
-! #endif
- #else
-! #include <X11/Intrinsic.h>
-! #include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
---- 56,70 ----
- #define HTML_H
-
- #ifdef MOTIF
-! # include <Xm/Xm.h>
-! # if (XmVERSION == 1)&&(XmREVISION >= 2)
-! # define MOTIF1_2
-! # elif (XmVERSION == 2)
-! # define MOTIF2
-! # endif
- #else
-! # include <X11/Intrinsic.h>
-! # include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
-***************
-*** 483,486 ****
-
-
- #endif /* HTML_H */
--
---- 485,487 ----
diff --git a/x11/libhelp/files/patch-al b/x11/libhelp/files/patch-al
deleted file mode 100644
index de4f3b797056..000000000000
--- a/x11/libhelp/files/patch-al
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTMLP.h libhtmlw/HTMLP.h
-*** ../../../libhelp-1.8.1/libhtmlw/HTMLP.h Mon Dec 26 12:15:58 1994
---- libhtmlw/HTMLP.h Mon Oct 20 19:00:12 1997
-***************
-*** 59,67 ****
-
- #ifdef MOTIF
- #include <Xm/XmP.h>
-! # ifdef MOTIF1_2
- # include <Xm/ManagerP.h>
-! # endif /* MOTIF1_2 */
- #else
- #include <X11/IntrinsicP.h>
- #include <X11/ConstrainP.h>
---- 59,67 ----
-
- #ifdef MOTIF
- #include <Xm/XmP.h>
-! # if defined(MOTIF1_2) || defined(MOTIF2)
- # include <Xm/ManagerP.h>
-! # endif /* MOTIF1_2 || MOTIF2*/
- #else
- #include <X11/IntrinsicP.h>
- #include <X11/ConstrainP.h>
diff --git a/x11/libhelp/files/patch-am b/x11/libhelp/files/patch-am
deleted file mode 100644
index e2088e4401bd..000000000000
--- a/x11/libhelp/files/patch-am
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/Imakefile libhtmlw/Imakefile
-*** ../../../libhelp-1.8.1/libhtmlw/Imakefile Sat May 27 13:06:58 1995
---- libhtmlw/Imakefile Mon Oct 20 21:18:03 1997
-***************
-*** 35,44 ****
- HTMLlists.o HTMLparse.o HTMLwidgets.o
-
- NormalLibraryTarget(htmlw,$(OBJS))
-! DependTarget()
-!
-!
-!
-!
-!
-
---- 35,40 ----
- HTMLlists.o HTMLparse.o HTMLwidgets.o
-
- NormalLibraryTarget(htmlw,$(OBJS))
-! InstallLibrary(htmlw,$(USRLIBDIR))
-
-+ DependTarget()
diff --git a/x11/libhelp/files/patch-ao b/x11/libhelp/files/patch-ao
deleted file mode 100644
index 0f20978a152c..000000000000
--- a/x11/libhelp/files/patch-ao
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./xmhelp/Imakefile.org Wed Jun 28 06:01:21 1995
-+++ ./xmhelp/Imakefile Wed May 12 00:10:12 1999
-@@ -84,7 +84,7 @@
- LIBHELPLIBS = $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
-
- LIBLIBS = -L/usr/local/lib $(LIBHELPLIBS)
-- MOTIFLIB = $(MOTIFLIBDIR) -lXm
-+ MOTIFLIB ?= $(MOTIFLIBDIR) -lXm
-
- LIBLIBS = $(LIBSDIR) $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
- ALLXLIBS = $(MOTIFLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-@@ -97,4 +97,4 @@
- XCOMM Insert Macros
- XCOMM ------------------------------------------------------------------
-
--ComplexProgramTarget(xmhelp)
-+ComplexProgramTargetNoMan(xmhelp)
diff --git a/x11/libhelp/pkg-comment b/x11/libhelp/pkg-comment
deleted file mode 100644
index c821c630ec3d..000000000000
--- a/x11/libhelp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A html based help system for osf/motif applications
diff --git a/x11/libhelp/pkg-descr b/x11/libhelp/pkg-descr
deleted file mode 100644
index f01cfca38186..000000000000
--- a/x11/libhelp/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Libhelp is a comprehensive hypertext-help-system for OSF/Motif(tm)
-applications which uses the html widget from NCSA Mosaic(tm)
-version 2.4. The help browser provides hypertext links, different
-fonts, inlined images and a lot of more elements known from www
-(world wide web) browsers. It has a document history and
-implements buffer and image cache methods.
-
-Libhelp provides two interface functions for getting help and
-setting resources. It eases the task of writing the application
-help. Menu and context sensitive help are supported. Lowlevel
-Motif and X stuff is hidden from the application developer (and of
-course the user too). Libhelp works with (at least) ansi-c and c++
-applications.
diff --git a/x11/libhelp/pkg-plist b/x11/libhelp/pkg-plist
deleted file mode 100644
index 7ecfa93142df..000000000000
--- a/x11/libhelp/pkg-plist
+++ /dev/null
@@ -1,82 +0,0 @@
-lib/libhelp.a
-include/help.h
-lib/libButtFace.a
-lib/libhtmlw.a
-lib/libhlpclient.a
-bin/xmhelp
-lib/X11/xmhelp/pixmaps/backD.xpm
-lib/X11/xmhelp/pixmaps/backU.xpm
-lib/X11/xmhelp/pixmaps/dismissD.xpm
-lib/X11/xmhelp/pixmaps/dismissU.xpm
-lib/X11/xmhelp/pixmaps/downD.xpm
-lib/X11/xmhelp/pixmaps/downU.xpm
-lib/X11/xmhelp/pixmaps/historyD.xpm
-lib/X11/xmhelp/pixmaps/historyU.xpm
-lib/X11/xmhelp/pixmaps/indexD.xpm
-lib/X11/xmhelp/pixmaps/indexU.xpm
-lib/X11/xmhelp/pixmaps/libhelp_icon.xpm
-lib/X11/xmhelp/pixmaps/upD.xpm
-lib/X11/xmhelp/pixmaps/upU.xpm
-@dirrm lib/X11/xmhelp/pixmaps
-lib/X11/xmhelp/help/button-back.gif
-lib/X11/xmhelp/help/button-dismiss.gif
-lib/X11/xmhelp/help/button-down.gif
-lib/X11/xmhelp/help/button-history.gif
-lib/X11/xmhelp/help/button-index.gif
-lib/X11/xmhelp/help/button-up.gif
-lib/X11/xmhelp/help/gnu-copying.html
-lib/X11/xmhelp/help/html-primer.html
-lib/X11/xmhelp/help/html-reference.html
-lib/X11/xmhelp/help/htmlwidget-func.html
-lib/X11/xmhelp/help/htmlwidget-res.html
-lib/X11/xmhelp/help/htmlwidget-tags.html
-lib/X11/xmhelp/help/htmlwidget-types.html
-lib/X11/xmhelp/help/htmlwidget.html
-lib/X11/xmhelp/help/icon-dir.gif
-lib/X11/xmhelp/help/icon-executable.gif
-lib/X11/xmhelp/help/icon-gif.gif
-lib/X11/xmhelp/help/icon-history.gif
-lib/X11/xmhelp/help/icon-html.gif
-lib/X11/xmhelp/help/icon-index.gif
-lib/X11/xmhelp/help/icon-other.gif
-lib/X11/xmhelp/help/icon-plain.gif
-lib/X11/xmhelp/help/icon-subindex.gif
-lib/X11/xmhelp/help/icon-warning.gif
-lib/X11/xmhelp/help/libButtFace-copyright.html
-lib/X11/xmhelp/help/libXpm-copyright.html
-lib/X11/xmhelp/help/libhelp-about.html
-lib/X11/xmhelp/help/libhelp-address.html
-lib/X11/xmhelp/help/libhelp-atwork.gif
-lib/X11/xmhelp/help/libhelp-bar.gif
-lib/X11/xmhelp/help/libhelp-browser.html
-lib/X11/xmhelp/help/libhelp-buttons.gif
-lib/X11/xmhelp/help/libhelp-buttons.html
-lib/X11/xmhelp/help/libhelp-context_example.html
-lib/X11/xmhelp/help/libhelp-copyright.html
-lib/X11/xmhelp/help/libhelp-example.html
-lib/X11/xmhelp/help/libhelp-full_index.html
-lib/X11/xmhelp/help/libhelp-html.html
-lib/X11/xmhelp/help/libhelp-html_mode.html
-lib/X11/xmhelp/help/libhelp-icon.gif
-lib/X11/xmhelp/help/libhelp-index.html
-lib/X11/xmhelp/help/libhelp-insensitive.gif
-lib/X11/xmhelp/help/libhelp-install.html
-lib/X11/xmhelp/help/libhelp-ipvr.gif
-lib/X11/xmhelp/help/libhelp-ipvr.html
-lib/X11/xmhelp/help/libhelp-iso-chars.html
-lib/X11/xmhelp/help/libhelp-keys.html
-lib/X11/xmhelp/help/libhelp-libhlpclient.html
-lib/X11/xmhelp/help/libhelp-library.html
-lib/X11/xmhelp/help/libhelp-link.gif
-lib/X11/xmhelp/help/libhelp-resources.html
-lib/X11/xmhelp/help/libhelp-search_path.html
-lib/X11/xmhelp/help/libhelp-smiley.gif
-lib/X11/xmhelp/help/libhelp-tharrer.html
-lib/X11/xmhelp/help/libhelp-urls.html
-lib/X11/xmhelp/help/libhelp-window.gif
-lib/X11/xmhelp/help/libhelp-xmhelp.html
-lib/X11/xmhelp/help/libhtmlw-copyright.html
-lib/X11/xmhelp/help/url-primer.html
-lib/X11/xmhelp/help/welcome.html
-@dirrm lib/X11/xmhelp/help
-@dirrm lib/X11/xmhelp