summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-12-02 19:44:16 +0000
committerHavoc Pennington <hp@redhat.com>2002-12-02 19:44:16 +0000
commit6ecd335003741c010998e906e7d04451e2c85713 (patch)
tree837bbc76d0ee03ea808433337417220d2c824d9a
parentc4850eb890dd67e35cdae7d3c07b325f1a224b3d (diff)
downloadstartup-notification-6ecd335003741c010998e906e7d04451e2c85713.tar.gz
dist the startup-notification.txt file
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
-rw-r--r--doc/Makefile.am2
4 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52082c4..97cb614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-02 Havoc Pennington <hp@redhat.com>
+
+ * doc/Makefile.am (EXTRA_DIST): dist the startup-notification.txt
+ file
+
2002-11-30 Havoc Pennington <hp@pobox.com>
* libsn/sn-launcher.c (sn_launcher_context_complete): new function
diff --git a/Makefile.am b/Makefile.am
index b525fa3..5c74288 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS=libsn test
+SUBDIRS=libsn test doc
EXTRA_DIST=libstartup-notification-1.0.pc.in
diff --git a/configure.in b/configure.in
index 54fa76b..4ac3a7e 100644
--- a/configure.in
+++ b/configure.in
@@ -85,5 +85,6 @@ AC_OUTPUT([
Makefile
libsn/Makefile
test/Makefile
+doc/Makefile
libstartup-notification-1.0.pc
])
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..c17fa59
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,2 @@
+
+EXTRA_DIST=startup-notification.txt \ No newline at end of file