summaryrefslogtreecommitdiffstats
path: root/README.devel
diff options
context:
space:
mode:
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 d8135743e..3ffc9c08a 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