X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FREADME.developers;h=abfb3e568b8603c5e3369653948442a5e54c0d38;hb=c6abf17d7aceffcce6ff2a871cc4d95bc31fc5bf;hp=a85f37d5909074746b0f0d76ab8bcd2801e7d6c2;hpb=4eaed47f91c9de0b520ea41188be3fedae4b99ca;p=mmh diff --git a/docs/README.developers b/docs/README.developers index a85f37d..abfb3e5 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -1,8 +1,6 @@ # # README.developers # -# $Id$ -# This file is intended to provide a few tips for anyone doing development on nmh. Developers who learn things "the hard way" about the nmh codebase (as opposed to @@ -28,12 +26,10 @@ view of the developers (and the autoconf script). Note that the automatically generated autoconf files (such as config.h.in, stamp-h.in, and configure), are NOT kept in CVS. Thus, when you check out -a CVS tree, you need to do the following things before you can build +a CVS tree, you need to run the autogen.sh script before you can build anything: - % autoheader - % autoconf - % date > stamp-h.in + % ./autogen.sh ------------------- directory structure