summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-04 22:06:56 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-04 22:06:56 +0000
commit478d7ec1929c99450cfbfa05e02330658a8668bc (patch)
tree23c2fcc272aea884d9b40256782ca2fe9cb561ba /doc
parentb1a26b18ee147278397a2dbcc1f5741b55982c70 (diff)
autoconf
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@30 07ea20a6-d2c5-0310-9e02-9ef735347d72
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$