#!/bin/sh

###
### Run this to remake the Web area after a `cvs update'.
###

# Display the new ChangeLog right away.
make log

# Get rid of old .aux, .toc, etc files:
make clean    

# Dry run for TOC cross-referencing.
make dvi

# The real run, now with correct cross-references.
make

# Package it all up.
make dist
