bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix for installing GXditview.ad file


From: Art Haas
Subject: [PATCH] Fix for installing GXditview.ad file
Date: Thu, 3 Jun 2004 10:33:01 -0500
User-agent: Mutt/1.5.6i

Hi.

I needed the following small patch so 'make install' will work. Building
outside the source tree results in the 'GXditview.ad' file not being
seen without this patch.

Art Haas

Index: src/devices/xditview/Makefile.sub
===================================================================
RCS file: /var/cvs/groff/src/devices/xditview/Makefile.sub,v
retrieving revision 1.2
diff -u -r1.2 Makefile.sub
--- src/devices/xditview/Makefile.sub   3 Jun 2004 06:24:28 -0000       1.2
+++ src/devices/xditview/Makefile.sub   3 Jun 2004 15:30:04 -0000
@@ -45,7 +45,7 @@
        if test -f $(appresdir)/GXditview; then \
          mv $(appresdir)/GXditview $(appresdir)/GXditview.old; \
        fi
-       $(INSTALL_DATA) GXditview.ad $(appresdir)/GXditview
+       $(INSTALL_DATA) $(srcdir)/GXditview.ad $(appresdir)/GXditview
 
 uninstall_sub:
        -rm -f $(appresdir)/GXditview
-- 
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.

-Thomas Jefferson to James Smith, 1822




reply via email to

[Prev in Thread] Current Thread [Next in Thread]