| OLD | NEW | 
|    1 #!/bin/sh |    1 #!/bin/sh | 
|    2 # |    2 # | 
|    3 # This script is used to compile SQLite and package everything up |    3 # This script is used to compile SQLite and package everything up | 
|    4 # so that it is ready to move to the SQLite website. |    4 # so that it is ready to move to the SQLite website. | 
|    5 # |    5 # | 
|    6  |    6  | 
|    7 # Set srcdir to the name of the directory that contains the publish.sh |    7 # Set srcdir to the name of the directory that contains the publish.sh | 
|    8 # script. |    8 # script. | 
|    9 # |    9 # | 
|   10 srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'` |   10 srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'` | 
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  127 # copy the RPMs into the build directory. |  127 # copy the RPMs into the build directory. | 
|  128 mv $HOME/rpm/RPMS/i386/sqlite*-$vers*.rpm doc |  128 mv $HOME/rpm/RPMS/i386/sqlite*-$vers*.rpm doc | 
|  129 mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc |  129 mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc | 
|  130  |  130  | 
|  131 # Build the website |  131 # Build the website | 
|  132 # |  132 # | 
|  133 #cp $srcdir/../historical/* doc |  133 #cp $srcdir/../historical/* doc | 
|  134 #make doc |  134 #make doc | 
|  135 #cd doc |  135 #cd doc | 
|  136 #chmod 644 *.gz |  136 #chmod 644 *.gz | 
| OLD | NEW |