diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 15:13:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 15:13:03 +0800 |
commit | c1a9ff555d3b7431ebcbfb88e08de9cb8054584a (patch) | |
tree | 6545f0bd8d89723079f331d98d23a4e493513b03 /math/gnumeric2/files/patch-doc_xmldocs.make | |
parent | 4c427dfb72bba2614233a7487aa1a49fe23dcb7c (diff) | |
download | marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.gz marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.tar.zst marcuscom-ports-c1a9ff555d3b7431ebcbfb88e08de9cb8054584a.zip |
Add gnumeric2 and update to 1.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1209 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2/files/patch-doc_xmldocs.make')
-rw-r--r-- | math/gnumeric2/files/patch-doc_xmldocs.make | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-doc_xmldocs.make b/math/gnumeric2/files/patch-doc_xmldocs.make new file mode 100644 index 000000000..e4f9a4864 --- /dev/null +++ b/math/gnumeric2/files/patch-doc_xmldocs.make @@ -0,0 +1,11 @@ +--- doc/xmldocs.make.orig Sun Sep 7 22:37:55 2003 ++++ doc/xmldocs.make Sat Sep 13 02:47:14 2003 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(gnumeric_datadir)/share/gnome/help/$(docname)/$(lang) ++docdir = $(gnumeric_datadir)/help/$(docname)/$(lang) + + xml_files = $(entities) $(docname).xml + |