summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-03-12 17:06:37 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-03-12 17:06:37 +0000
commit636bcb29bc8408523c44a4a88123d700aab1dadf (patch)
tree88b51803a065d8b3881834e92bc35e4b2f909010 /data
parent0eecca4726f7bfe5634d82d1cb8c6bb6b5bd91df (diff)
downloadnautilus-636bcb29bc8408523c44a4a88123d700aab1dadf.tar.gz
Add a data directory to the tree. This is the default per-user data that
* data/.cvsignore, data/Makefile.am: Add a data directory to the tree. This is the default per-user data that nautilus installs the first time it runs. *data/top/.cvsignore, data/top/Makefile.am, data/top/Welcome: Add a top directory to the tree. The top directory is an alternative home place for novice users. *configure.in, Makefile.am: Grok the above.
Diffstat (limited to 'data')
-rw-r--r--data/.cvsignore2
-rw-r--r--data/Makefile.am1
-rw-r--r--data/top/.cvsignore2
-rw-r--r--data/top/Makefile.am9
-rw-r--r--data/top/Welcome2
5 files changed, 16 insertions, 0 deletions
diff --git a/data/.cvsignore b/data/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/data/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 000000000..67154695f
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = top
diff --git a/data/top/.cvsignore b/data/top/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/data/top/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/data/top/Makefile.am b/data/top/Makefile.am
new file mode 100644
index 000000000..d4e74cc28
--- /dev/null
+++ b/data/top/Makefile.am
@@ -0,0 +1,9 @@
+NULL=
+
+topdir = $(datadir)/nautilus/top
+
+top_DATA = \
+ Welcome \
+ $(NULL)
+
+EXTRA_DIST = $(top_DATA)
diff --git a/data/top/Welcome b/data/top/Welcome
new file mode 100644
index 000000000..580049f3d
--- /dev/null
+++ b/data/top/Welcome
@@ -0,0 +1,2 @@
+Welcome To Nautilus!
+