diff options
Diffstat (limited to 'x11-toolkits/gnustep-gui/files')
-rw-r--r-- | x11-toolkits/gnustep-gui/files/patch-GNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/files/patch-GNUmakefile b/x11-toolkits/gnustep-gui/files/patch-GNUmakefile new file mode 100644 index 000000000000..aea59ed45b14 --- /dev/null +++ b/x11-toolkits/gnustep-gui/files/patch-GNUmakefile @@ -0,0 +1,10 @@ +--- Documentation/GNUmakefile.orig Fri Jun 11 20:58:40 2004 ++++ Documentation/GNUmakefile Sun Jun 13 09:42:28 2004 +@@ -77,6 +77,7 @@ + DOCUMENT_NAME += Gui GuiAdditions + Gui_DOC_INSTALL_DIR = Developer/Gui/Reference + GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions ++GuiUser_DOC_INSTALL_DIR = Developer/Gui/GuiUser + + -include GNUmakefile.preamble + |