diff options
author | Darin Adler <darin@src.gnome.org> | 2001-02-21 17:28:55 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-02-21 17:28:55 +0000 |
commit | a6b2a6fd3fc1ac42bc2b0bef831d1478812b80ec (patch) | |
tree | be5540a9b0f67454b0c041d24f6dc7f7bbb79614 /user-guide | |
parent | 2010f8229f65b93ac8d5a96ede38ccc8be7e35fa (diff) | |
download | nautilus-a6b2a6fd3fc1ac42bc2b0bef831d1478812b80ec.tar.gz |
reviewed by: Pavel Cisler <pavel@eazel.com>
An attempt to fix the Tinderbox.
* user-guide/Makefile.am: Add C subdir.
Other changes.
* libnautilus-extensions/nautilus-file-utilities.c:
(nautilus_format_uri_for_display): Simplify to take advantage of
the new gnome_vfs_get_local_path_from_uri, which rejects paths
that have "#" characters in them.
(nautilus_self_check_file_utilities): Add more test cases for
host names that are case sensitive.
* omf-install/.cvsignore: Ignore generated files in this new
directory.
Diffstat (limited to 'user-guide')
-rw-r--r-- | user-guide/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-guide/Makefile.am b/user-guide/Makefile.am index 59f98969e..0bb067812 100644 --- a/user-guide/Makefile.am +++ b/user-guide/Makefile.am @@ -1,6 +1,7 @@ NULL= SUBDIRS= \ + C \ gnufdl \ gnugpl \ $(NULL) |