diff options
author | tron <tron@pkgsrc.org> | 1999-08-01 19:43:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-01 19:43:34 +0000 |
commit | 16fb6f8e8d1be3220cb45d05796917d7b37f43c5 (patch) | |
tree | 8d038e17f5065ad48fcf1ddb7f31b6eed9a48007 /devel/libglade/patches | |
parent | 5fab2c882842b373bd81ad3110dba01d230abc24 (diff) | |
download | pkgsrc-16fb6f8e8d1be3220cb45d05796917d7b37f43c5.tar.gz |
Install the documentation in "share/doc/libglade" and remove the include
file directory on deinstallation.
Diffstat (limited to 'devel/libglade/patches')
-rw-r--r-- | devel/libglade/patches/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/libglade/patches/patch-ab b/devel/libglade/patches/patch-ab index b9a2c9e8895..7a369284704 100644 --- a/devel/libglade/patches/patch-ab +++ b/devel/libglade/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ +$NetBSD: patch-ab,v 1.2 1999/08/01 19:43:35 tron Exp $ --- doc/Makefile.in.orig Sun Jun 20 17:52:23 1999 -+++ doc/Makefile.in Fri Jul 30 20:04:05 1999 ++++ doc/Makefile.in Sun Aug 1 21:27:49 1999 +@@ -128,7 +128,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = $(top_srcdir)/glade + +-HTML_DIR = $(datadir)/gnome/html ++HTML_DIR = $(datadir)/doc + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + @GNOME_SUPPORT_TRUE@CFLAGS = $(GNOME_INCLUDEDIR) $(XML_CFLAGS) @@ -294,8 +294,6 @@ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(TARGET_DIR); \ |