diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2001-02-06 23:46:36 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2001-02-06 23:46:36 +0000 |
commit | c80972e67178ce5a09be8db230c6311d120658d8 (patch) | |
tree | 7ec9b00679098a2971aea89f355972a33da86941 /.cvsignore | |
parent | b450cc9ef5c252dece99007a4e91550e991f8ba3 (diff) | |
download | nautilus-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 '.cvsignore')
-rw-r--r-- | .cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index da53c995a..9c8780841 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,5 +23,8 @@ po stamp-h stamp-h.in xml-i18n-extract +xml-i18n-extract.in xml-i18n-merge +xml-i18n-merge.in xml-i18n-update +xml-i18n-update.in |