diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-10-17 13:05:27 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-10-17 13:05:27 +0000 |
commit | 2369cf5e031dcf4b831a151f25825c4a16f4be72 (patch) | |
tree | a5c5576fe29e9c4418584c1b950a1b2491cbdd5d /gnustep-libs/renaissance/files | |
parent | Version bump. (diff) | |
download | gentoo-2-2369cf5e031dcf4b831a151f25825c4a16f4be72.tar.gz gentoo-2-2369cf5e031dcf4b831a151f25825c4a16f4be72.tar.bz2 gentoo-2-2369cf5e031dcf4b831a151f25825c4a16f4be72.zip |
Fix documentation installation
(Portage version: 2.1.3.14)
Diffstat (limited to 'gnustep-libs/renaissance/files')
-rw-r--r-- | gnustep-libs/renaissance/files/renaissance-0.8.1_pre20070522-docpath.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-libs/renaissance/files/renaissance-0.8.1_pre20070522-docpath.patch b/gnustep-libs/renaissance/files/renaissance-0.8.1_pre20070522-docpath.patch new file mode 100644 index 000000000000..df4f8c43ca1e --- /dev/null +++ b/gnustep-libs/renaissance/files/renaissance-0.8.1_pre20070522-docpath.patch @@ -0,0 +1,21 @@ +diff -Naur renaissance-0.8.1_pre20070522.orig/Documentation/GNUmakefile renaissance-0.8.1_pre20070522/Documentation/GNUmakefile +--- renaissance-0.8.1_pre20070522.orig/Documentation/GNUmakefile 2007-10-17 14:32:41.000000000 +0200 ++++ renaissance-0.8.1_pre20070522/Documentation/GNUmakefile 2007-10-17 14:33:18.000000000 +0200 +@@ -8,6 +8,7 @@ + macros.tex \ + autolayout.tex \ + gsmarkup.tex ++manual_DOC_INSTALL_DIR = Developer/Renaissance + + SUBPROJECTS = Tutorials + +diff -Naur renaissance-0.8.1_pre20070522.orig/Documentation/Tutorials/Renaissance/GNUmakefile renaissance-0.8.1_pre20070522/Documentation/Tutorials/Renaissance/GNUmakefile +--- renaissance-0.8.1_pre20070522.orig/Documentation/Tutorials/Renaissance/GNUmakefile 2007-10-17 14:32:41.000000000 +0200 ++++ renaissance-0.8.1_pre20070522/Documentation/Tutorials/Renaissance/GNUmakefile 2007-10-17 14:33:07.000000000 +0200 +@@ -3,5 +3,6 @@ + DOCUMENT_NAME = Renaissance + + Renaissance_LATEX_FILES = Renaissance.tex ++Renaissance_DOC_INSTALL_DIR = Developer/Renaissance + + include $(GNUSTEP_MAKEFILES)/documentation.make |