]> git.donarmstrong.com Git - cran2deb.git/commitdiff
cran2deb: put README in correct location.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:17:07 +0000 (13:17 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:17:07 +0000 (13:17 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@49 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/trunk/README [deleted file]
pkg/trunk/inst/doc/README [new file with mode: 0644]

diff --git a/pkg/trunk/README b/pkg/trunk/README
deleted file mode 100644 (file)
index 9b1c581..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-To install:
-
-$ cd ..
-$ R CMD INSTALL cran2deb
-
-copy cran2deb/exec/cran2deb into somewhere in your executable path (e.g.,
-/usr/local/bin, $home/bin)
-
-
-
-To configure:
-
-1. You need a web server serving from say, /var/www/cran2deb/
-
-Let ROOT be the value returned by running: cran2deb root
-
-2. ROOT/var/archive should be a symlink pointing to /var/www/cran2deb/
-    $ rm ROOT/var/archive
-    $ ln -s /var/www/cran2deb/ ROOT/var/archive
-3. modify OTHERMIRROR of ROOT/etc/pbuilderrc.in to point to your webserver
-4. run: cran2deb update
-5. Try building a simple package: cran2deb build zoo
-   (The result will be in ROOT/var/results)
-
diff --git a/pkg/trunk/inst/doc/README b/pkg/trunk/inst/doc/README
new file mode 100644 (file)
index 0000000..9b1c581
--- /dev/null
@@ -0,0 +1,24 @@
+To install:
+
+$ cd ..
+$ R CMD INSTALL cran2deb
+
+copy cran2deb/exec/cran2deb into somewhere in your executable path (e.g.,
+/usr/local/bin, $home/bin)
+
+
+
+To configure:
+
+1. You need a web server serving from say, /var/www/cran2deb/
+
+Let ROOT be the value returned by running: cran2deb root
+
+2. ROOT/var/archive should be a symlink pointing to /var/www/cran2deb/
+    $ rm ROOT/var/archive
+    $ ln -s /var/www/cran2deb/ ROOT/var/archive
+3. modify OTHERMIRROR of ROOT/etc/pbuilderrc.in to point to your webserver
+4. run: cran2deb update
+5. Try building a simple package: cran2deb build zoo
+   (The result will be in ROOT/var/results)
+