myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2861] Fixed documentation directory location.


From: Giuseppe Scrivano
Subject: [myserver-commit] [2861] Fixed documentation directory location.
Date: Fri, 03 Oct 2008 12:53:13 +0000

Revision: 2861
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2861
Author:   gscrivano
Date:     2008-10-03 12:53:13 +0000 (Fri, 03 Oct 2008)

Log Message:
-----------
Fixed documentation directory location.

Modified Paths:
--------------
    trunk/myserver/binaries/clean_copy.sh

Modified: trunk/myserver/binaries/clean_copy.sh
===================================================================
--- trunk/myserver/binaries/clean_copy.sh       2008-10-03 10:59:13 UTC (rev 
2860)
+++ trunk/myserver/binaries/clean_copy.sh       2008-10-03 12:53:13 UTC (rev 
2861)
@@ -1,5 +1,6 @@
 #!/bin/sh
-#Create a *nix copy to be easily distribute
+#Create a clean binaries package.
+
 if [  $# = 0 ]; then
   echo "Usage: $0 dir_to_create [tar.bz2]"
   exit
@@ -58,20 +59,9 @@
 cp web/downloads/*.sh $1/web/downloads
 
 mkdir $1/web/documentation
-cp ../documentation/english/index.htm $1/web/documentation/
+cp ../documentation/myserver/*.html $1/web/documentation/
 
-mkdir $1/web/documentation/texts
-cp ../documentation/english/texts/*.htm $1/web/documentation/texts/
-
-mkdir $1/web/documentation/style
-cp ../documentation/english/style/*.css $1/web/documentation/style/
-
-mkdir $1/web/documentation/images
-cp ../documentation/english/images/*.png $1/web/documentation/images/
-cp ../documentation/english/images/*.jpg $1/web/documentation/images/
-
-
 if [  $# = 2 ]; then
-tar --create --bzip2 --file=$2.tar.bz2 $1
-rm -rf $1
+    tar --create --bzip2 --file=$2.tar.bz2 $1
+    rm -rf $1
 fi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]