diff options
author | Lars Clausen <lclausen@src.gnome.org> | 2005-04-11 21:22:25 +0000 |
---|---|---|
committer | Lars Clausen <lclausen@src.gnome.org> | 2005-04-11 21:22:25 +0000 |
commit | eef3d44cce7ffb673a014d91bba62c31c302c418 (patch) | |
tree | 934a3ffc3a85fa45cd5e93b29df2037e088701de /xmldocs.make | |
parent | 12462722aafa896c9f72a4dd7ef76fc97f30b1a5 (diff) | |
download | dia-eef3d44cce7ffb673a014d91bba62c31c302c418.tar.xz |
Doc install fix
Diffstat (limited to 'xmldocs.make')
-rw-r--r-- | xmldocs.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmldocs.make b/xmldocs.make index b368247d..4cd7a53e 100644 --- a/xmldocs.make +++ b/xmldocs.make @@ -36,7 +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 docdir = $(datadir)/gnome/help/$(docname)/$(lang) +else +docdir = $(datadir)/help/$(docname)/$(lang) +endif # ********** You should not have to edit below this line ********** xml_files = $(entities) $(docname).xml |