diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-31 13:49:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-31 13:49:41 +0800 |
commit | 99c88df26cfd5fc29cf8817c0dde7a4a24fc1fdd (patch) | |
tree | 6856892113c60a0a67afbb52e6e957c008da6956 /sysutils/gnomecontrolcenter2/files | |
parent | 2ea0bff896a18f76bb27b3ac40346747d5f7bf18 (diff) | |
download | marcuscom-ports-99c88df26cfd5fc29cf8817c0dde7a4a24fc1fdd.tar.gz marcuscom-ports-99c88df26cfd5fc29cf8817c0dde7a4a24fc1fdd.tar.zst marcuscom-ports-99c88df26cfd5fc29cf8817c0dde7a4a24fc1fdd.zip |
Update to 2.13.90, and workaround some nasty breakage with the Spanish
help module. When the next release comes out, patch-help_Makefile.in can
probably be removed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5575 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomecontrolcenter2/files')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-help_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-help_Makefile.in b/sysutils/gnomecontrolcenter2/files/patch-help_Makefile.in new file mode 100644 index 000000000..79fa9d98b --- /dev/null +++ b/sysutils/gnomecontrolcenter2/files/patch-help_Makefile.in @@ -0,0 +1,11 @@ +--- help/Makefile.in.orig Tue Jan 31 00:26:05 2006 ++++ help/Makefile.in Tue Jan 31 00:28:15 2006 +@@ -497,7 +497,7 @@ + DOC_MODULE = control-center + DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-sound.xml config-themes.xml + DOC_INCLUDES = +-DOC_LINGUAS = es ++DOC_LINGUAS = + all: all-am + + .SUFFIXES: |