RELEASE 0.10

This commit is contained in:
Marc Wäckerlin
2004-04-21 20:24:14 +00:00
parent 59d6d6b7f2
commit e303138fcd
3 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ include_HEADERS = mrw/auto.hpp mrw/unistd.hpp \
mrw/exec.hpp mrw/exec.hpp
data_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog data_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog
webserver: doc dist webserver: all check doc dist
mkdir /home/www/marc/mrw-c++ ssh root@waeckerlin.org mkdir -p /home/marc/mrw-c++
cp mrw/doc/html/* /home/www/marc/mrw-c++/ scp mrw/doc/html/* root@waeckerlin.org:/home/marc/mrw-c++/
cp @PACKAGENAME@-@MAJOR@.@MINOR@.tar.gz /home/www/marc/mrw-c++/ scp @PACKAGENAME@-@MAJOR@.@MINOR@.tar.gz root@waeckerlin.org:/home/marc/mrw-c++/

View File

@@ -5,7 +5,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include <cppunit/extensions/TestFactoryRegistry.h> #include <cppunit/extensions/TestFactoryRegistry.h>
#include <string> #include <string>
#include <iostream>
class ExecTest: public CppUnit::TestFixture { class ExecTest: public CppUnit::TestFixture {
public: public:
void lsTest() { void lsTest() {

View File

@@ -28,11 +28,14 @@
@section download Download and Installation @section download Download and Installation
Download this version from here: Download this version from here:
- http://marc.waeckerlin.org/c++/libmrw/mrw-c++-@MAJOR@.@MINOR@.tar.gz - http://marc.waeckerlin.org/mrw-c++/mrw-c++-@MAJOR@.@MINOR@.tar.gz
- http://marc.waeckerlin.org/c++/libmrw/mrw-c++-@MAJOR@.@MINOR@.rpm
Not yet available:
- http://marc.waeckerlin.org/mrw-c++/mrw-c++-@MAJOR@.@MINOR@.rpm
- http://marc.waeckerlin.org/mrw-c++/mrw-c++-devel-@MAJOR@.@MINOR@.rpm
The homepage is on: The homepage is on:
- http://marc.waeckerlin.org/c++/libmrw/index.html - http://marc.waeckerlin.org/mrw-c++/index.html
Install it with: Install it with: