diff options
Diffstat (limited to 'x11/gnome-libs/files/patch-devel-docs::gnome::Makefile.in')
-rw-r--r-- | x11/gnome-libs/files/patch-devel-docs::gnome::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-devel-docs::gnome::Makefile.in b/x11/gnome-libs/files/patch-devel-docs::gnome::Makefile.in new file mode 100644 index 000000000..17709b79f --- /dev/null +++ b/x11/gnome-libs/files/patch-devel-docs::gnome::Makefile.in @@ -0,0 +1,11 @@ +--- devel-docs/gnome/Makefile.in 2002/05/01 01:47:18 1.1 ++++ devel-docs/gnome/Makefile.in 2002/05/01 01:50:40 +@@ -158,7 +158,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = $(GNOME_LIBS_DIR)/libgnome + +-HTML_DIR = $(datadir)/gnome/html ++HTML_DIR = $(prefix)/share/doc/gnomelibs + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + |