summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am19
-rw-r--r--doc/README1
-rw-r--r--doc/todo.txt2
-rw-r--r--doc/usage-intro.txt10
4 files changed, 27 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..023a636
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,19 @@
+# $Id: Makefile.am 7 2003-08-04 23:05:55Z lennart $
+
+# This file is part of syrep.
+#
+# syrep is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# syrep is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with syrep; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+EXTRA_DIST = todo.txt package.txt usage-intro.txt
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..1f7ff7e
--- /dev/null
+++ b/doc/README
@@ -0,0 +1 @@
+No README yet
diff --git a/doc/todo.txt b/doc/todo.txt
index 95ea9b0..1faad6c 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -18,9 +18,9 @@ pre-0.1:
- package.c: atomicity DONE
- fix makepatch to not include already existing files DONE
- better usage info on --help DONE
+- autoconf DONE
- documentation/man pages
-- autoconf
- testing
post-0.1:
diff --git a/doc/usage-intro.txt b/doc/usage-intro.txt
index 2cf2096..1ce5c26 100644
--- a/doc/usage-intro.txt
+++ b/doc/usage-intro.txt
@@ -12,16 +12,18 @@ Complete:
extract [-o DIR] PATCH
-Partially:
-
merge [-S SNAP] SNAP DIR
-Not yet:
merge [-S SNAP] PATCH DIR
merge [-S SNAP] DIR DIR
- merge [-S SNAP] URL://DIR DIR
makepatch [-S SNAP] -O PATCH SNAP DIR
makepatch [-S SNAP] SNAP DIR > PATCH
+
+Not yet:
+
+ merge [-S SNAP] URL://DIR DIR
+
+
$Id$