Bugzilla – Attachment 181580 Details for
Bug 157798
Cannot load help document for Dia in beta 7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Ensure GNOME-style doc directory is used
dia-help.patch (text/plain), 1.12 KB, created by
Boyd Timothy
on 2007-10-31 22:45:19 UTC
(
hide
)
Description:
Ensure GNOME-style doc directory is used
Filename:
MIME Type:
Creator:
Boyd Timothy
Created:
2007-10-31 22:45:19 UTC
Size:
1.12 KB
patch
obsolete
>Index: dia-0.96.1/doc/Makefile.am >=================================================================== >--- dia-0.96.1.orig/doc/Makefile.am >+++ dia-0.96.1/doc/Makefile.am >@@ -7,11 +7,11 @@ EXTRA_DIST = \ > shape.dtd \ > sheet.dtd > >-if HAVE_GNOME >+#if HAVE_GNOME > helpdir = $(datadir)/gnome/help/dia >-else >-helpdir = $(pkgdatadir)/help >-endif >+#else >+#helpdir = $(pkgdatadir)/help >+#endif > > # a simple rule to symlink en to C > install-data-local: >Index: dia-0.96.1/xmldocs.make >=================================================================== >--- dia-0.96.1.orig/xmldocs.make >+++ dia-0.96.1/xmldocs.make >@@ -36,11 +36,11 @@ > # ********** Begin of section some packagers may need to modify ********** > # This variable (docdir) specifies where the documents should be installed. > # This default value should work for most packages. >-if HAVE_GNOME >+#if HAVE_GNOME > docdir = $(datadir)/gnome/help/$(docname)/$(lang) >-else >-docdir = $(datadir)/help/$(docname)/$(lang) >-endif >+#else >+#docdir = $(datadir)/help/$(docname)/$(lang) >+#endif > > # ********** You should not have to edit below this line ********** > xml_files = $(entities) $(docname).xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 157798
: 181580 |
181581