From 601395d2ba6d368187f72de41176d72e3a171321 Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Wed, 1 Apr 2009 20:21:09 +0530 Subject: Remove autogenerated files and update documentation. More documentation updates will be needed and will be done in subsequent cleanups. Signed-off-by: Balbir Singh --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 34ca090..93e0aae 100644 --- a/README +++ b/README @@ -2,12 +2,13 @@ Please follow the following steps (TODO: Automate these steps) 0. Update package version in AC_INIT (configure.in) 1. Tag the current sources in trunk to the specified version -1. Run autoconf to generate the configure file again (on changing configure.in) +1. Run autoreconf -i to generate the configure file again + (on changing any of the automake files) 2. Run configure with --prefix= default is /usr/local 3. This step should generate a. Makefile b. libcgroup.spec -4. To build the RPM, carry out the following steps +4. To build the RPM, carry out the following steps (obsolete, will be revised) a. Create a tag with the same version as specified in step 0 a. Run mktarball b. copy tarball and spec file to correct place in the RPMBUILD -- cgit