diff options
author | Darin Adler <darin@src.gnome.org> | 2001-12-09 20:45:12 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-12-09 20:45:12 +0000 |
commit | 0df7aba68df19dd7b5b09ca3022538f92da56644 (patch) | |
tree | 0efca6cfcd2ac328009e9b0755e92ce498d6127f /docs | |
parent | d58fa91abdd3229e6e867189010b19e15eb4e9e0 (diff) | |
download | nautilus-0df7aba68df19dd7b5b09ca3022538f92da56644.tar.gz |
Do fix based on patch from Martin Wehner <mwehner@tfh-berlin.de> to
* libnautilus-private/nautilus-file-operations.c:
(handle_transfer_ok): Do fix based on patch from Martin Wehner
<mwehner@tfh-berlin.de> to prevent cancel of emptying trash or
deleting from core dumping.
* Makefile.am:
* configure.in:
* docs/.cvsignore:
* docs/Makefile.am:
Add files in the docs directory to tarball.
* libnautilus/nautilus-view-standard-main.c:
(nautilus_view_standard_main_multi): Whitespace tweak.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.cvsignore | 2 | ||||
-rw-r--r-- | docs/Makefile.am | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/.cvsignore b/docs/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/docs/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 000000000..cfbb431f4 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,13 @@ +NULL = + +EXTRA_DIST = \ + architecture.txt \ + dnd.txt \ + load-states.dia \ + nautilus-io.txt \ + nautilus.faq \ + recommended-books.html \ + smoketests.html \ + state-machines.txt \ + style-guide.html \ + $(NULL) |