summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/xditview
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/xditview')
-rw-r--r--contrib/groff/src/xditview/ChangeLog4
-rw-r--r--contrib/groff/src/xditview/Imakefile.in11
-rw-r--r--contrib/groff/src/xditview/gxditview.man5
3 files changed, 19 insertions, 1 deletions
diff --git a/contrib/groff/src/xditview/ChangeLog b/contrib/groff/src/xditview/ChangeLog
index ef0a856..977a90c 100644
--- a/contrib/groff/src/xditview/ChangeLog
+++ b/contrib/groff/src/xditview/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-21 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * Imakefile.in: Add support for recent HP architectures.
+
2001-01-04 Rob Daasch <daasch@ece.pdx.edu>
* parse.c (ParseInput): Added 'F' to command switch to swallow
diff --git a/contrib/groff/src/xditview/Imakefile.in b/contrib/groff/src/xditview/Imakefile.in
index 3ad244d..01fab4f 100644
--- a/contrib/groff/src/xditview/Imakefile.in
+++ b/contrib/groff/src/xditview/Imakefile.in
@@ -19,7 +19,11 @@ PROGRAMS = \
gxditview \
xtotroff
DEPLIBS = XawClientDepLibs
+#if defined(HPArchitecture) && (OSMajorVersion > 9)
+LOCAL_LIBRARIES = -L/usr/contrib/X11R6/lib XawClientLibs
+#else
LOCAL_LIBRARIES = XawClientLibs
+#endif
SRCS1 = \
$(srcdir)/xditview.c \
$(srcdir)/Dvi.c \
@@ -50,9 +54,16 @@ OBJS2 = \
xtotroff.o \
XFontName.o \
DviChar.o
+#if defined(HPArchitecture) && (OSMajorVersion > 9)
INCLUDES = \
+ -I/usr/contrib/X11R6/include \
-I$(TOOLKITSRC) \
-I$(TOP)
+#else
+INCLUDES = \
+ -I$(TOOLKITSRC) \
+ -I$(TOP)
+#endif
MATHLIB = -lm
DEFINES = \
$(SIGNAL_DEFINES) \
diff --git a/contrib/groff/src/xditview/gxditview.man b/contrib/groff/src/xditview/gxditview.man
index 04cd446..8680001 100644
--- a/contrib/groff/src/xditview/gxditview.man
+++ b/contrib/groff/src/xditview/gxditview.man
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.TH GXDITVIEW 1 "Release 5" "X Version 11"
.SH NAME
gxditview \- display gtroff output files
@@ -244,3 +243,7 @@ Malcolm Slaney (Schlumberger Palo Alto Research)
Mark Moraes (University of Toronto)
.br
James Clark
+.
+.\" Local Variables:
+.\" mode: nroff
+.\" End:
OpenPOWER on IntegriCloud