summaryrefslogtreecommitdiff
path: root/README.devel
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2010-06-20 14:51:44 +0200
committerKarel Zak <kzak@redhat.com>2010-06-30 12:51:36 +0200
commit71bbfedfeb383722833b7d3ad717167d8adef92c (patch)
treef6ca07eab047045f8ecc95c95e49f2c320692947 /README.devel
parent83ff3782a3b04faef5635d44b5f958e0929d7635 (diff)
downloadutil-linux-old-71bbfedfeb383722833b7d3ad717167d8adef92c.tar.gz
textual: slightly improve two README files
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'README.devel')
-rw-r--r--README.devel14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.devel b/README.devel
index d8135743..3ffc9c08 100644
--- a/README.devel
+++ b/README.devel
@@ -4,19 +4,19 @@
AUTOTOOLS:
- * "./autogen.sh" generates all necessary files (run it after checkout from
- git)
+ * "./autogen.sh" generates all files needed to compile and install the code
+ (run it after checkout from git)
- * "make distclean" removes all unnecessary files, but code is still possible
- recompile by "./configure; make"
+ * "make distclean" removes all unnecessary files, but the code can still be
+ recompiled with "./configure; make"
- * "make dist-gzip" (or -bzip2) creates tarball which is possible use without
- autogen.sh
+ * "make dist-gzip" (or -bzip2) creates a tarball that can be configured and
+ compiled without running "./autogen.sh"
PATCHES:
- * send your patches to the mailing list or to upstream maintainer
+ * send your patches to the mailing list or to the upstream maintainer
(see the AUTHORS file)
* diff -u