#!/bin/sh
#
# Generate the "TAGS" file for vim jumps
#
find . -name '*.html' | grep -v STORE | ctags -L -
