--- cfmaps/cfupdate 2009/10/22 09:09:58 1.37 +++ cfmaps/cfupdate 2009/10/23 05:01:02 1.38 @@ -17,7 +17,7 @@ # along with cfmaps; if not, write to the Free Software # Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -VERSION=2.022 +VERSION=2.032 umask 022 @@ -75,14 +75,14 @@ cfmapidx | *.jpg | *.png | *.html | *.html.gz | *.xhtml | *.xhtml.gz | *.css | *.err | *~ ) ;; *.map ) - echo >&7 "
  • ${file%.map} [map]
  • " + echo >&7 "
  • ${file%.map} [map]
  • " DIR="${dir#/}" echo "$DIR$file" >>$BASE/.cfmap2html ;; * ) # non-deliantra compatibility if [ "$(head -1 "$file")" = "arch map" ]; then - echo >&7 "
  • $file [map]
  • " + echo >&7 "
  • $file [map]
  • " ln -sf "$file" "$file.map" DIR="${dir#/}" echo "$DIR$file.map" >>$BASE/.cfmap2html