ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfupdate
(Generate patch)

Comparing cfmaps/cfupdate (file contents):
Revision 1.26 by root, Thu Jun 21 12:30:10 2007 UTC vs.
Revision 1.27 by root, Sun Jun 24 16:41:52 2007 UTC

15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with cfmaps; if not, write to the Free Software 17# along with cfmaps; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20VERSION=1.112 20VERSION=2.001
21 21
22umask 022 22umask 022
23 23
24SRC=/root/src/cfmaps 24SRC=/root/src/cfmaps
25PATH="$SRC:$PATH" 25PATH="$SRC:$PATH"
70 for file in *; do 70 for file in *; do
71 if [ -f "$file" ]; then 71 if [ -f "$file" ]; then
72 case "$file" in 72 case "$file" in
73 cfmapidx | *.jpg | *.png | *.html | *.html.gz | *.xhtml | *.xhtml.gz | *.css | *~ ) 73 cfmapidx | *.jpg | *.png | *.html | *.html.gz | *.xhtml | *.xhtml.gz | *.css | *~ )
74 ;; 74 ;;
75 *.map )
76 echo >&7 "<li><a href='${file%.map}.xhtml'>${file%.map}</a> [map]</li>"
77 DIR="${dir#/}"
78 echo "$DIR$file" >>$BASE/.cfmap2html
79 ;;
75 * ) 80 * )
76 if head -5 "$file" | grep -q "^arch map"; then
77 echo >&7 "<li><a href='${file%.map}.xhtml'>${file%.map}</a> [map]</li>"
78 DIR="${dir#/}"
79 echo "$DIR$file" >>$BASE/.cfmap2html
80 else
81 echo >&7 "<li><a href='$file'>$file</a> [file]</li>" 81 echo >&7 "<li><a href='$file'>$file</a> [file]</li>"
82 fi
83 ;; 82 ;;
84 esac 83 esac
85 elif [ -d "$file" ]; then 84 elif [ -d "$file" ]; then
86 case "$file" in 85 case "$file" in
87 CVS ) 86 CVS )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines