summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-09 20:45:12 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-09 20:45:12 +0000
commit0df7aba68df19dd7b5b09ca3022538f92da56644 (patch)
tree0efca6cfcd2ac328009e9b0755e92ce498d6127f /docs
parentd58fa91abdd3229e6e867189010b19e15eb4e9e0 (diff)
downloadnautilus-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/.cvsignore2
-rw-r--r--docs/Makefile.am13
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)