diff --git a/Makefile.cvs b/Makefile.cvs index fd630f8..c349995 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -1,13 +1,14 @@ default: all HOST=$(shell hostname) all: libtoolize --force --copy aclocal -I m4 autoheader automake autoconf + ./configure >/dev/null rm -rf html.internal doxygen tar cfz libpst.html.tar.gz html.internal diff --git a/README b/README index a83892f..44f8cf5 100644 --- a/README +++ b/README @@ -1,15 +1,14 @@ Starting with an unpacked tarball, try this: ./configure make su make install Starting with a mercurial working directory, try this: make -f *cvs - ./configure --enable-libpst-shared (cd xml; make; make distclean) make distcheck