summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-02-06 23:46:36 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-02-06 23:46:36 +0000
commitc80972e67178ce5a09be8db230c6311d120658d8 (patch)
tree7ec9b00679098a2971aea89f355972a33da86941 /Makefile.am
parentb450cc9ef5c252dece99007a4e91550e991f8ba3 (diff)
downloadnautilus-c80972e67178ce5a09be8db230c6311d120658d8.tar.gz
reviewed by: Laszlo Kovacs <laszlo.kovacs@sun.com>
Fixed bug 795 (help component installs files in nautilus prefix, but uses gnome-libs prefix to find them later) by expanding the set of places Nautilus looks for help files. * components/help/hyperbola-filefmt.c: (fmt_man_populate_tree_for_subdir): Changed to look in more places for help files: the help directory in the gnome prefix, the help directory in the nautilus prefix, and directories in GNOME_PATH. (fmt_help_populate_tree): New helper function. (append_help_dir_if_exists): New helper function. * components/help/Makefile.am: Define DATADIR in compile flags. * components/help/hyperbola-main.c: Add copyright notice. This part not reviewed: * .cvsignore, libnautilus-extensions/.cvsignore: gnore more things. * Makefile.am: distribute .in versions of xml-i18n-tools.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index dfbe8fd60..8637e7f09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,9 +42,9 @@ EXTRA_DIST= \
ChangeLog-20000625 \
ChangeLog-20000831 \
ChangeLog-20001018 \
- xml-i18n-extract \
- xml-i18n-merge \
- xml-i18n-update \
+ xml-i18n-extract.in \
+ xml-i18n-merge.in \
+ xml-i18n-update.in \
Makefile.shared \
$(DESKTOP_IN_FILES) \
$(DESKTOP_FILES) \