TRANSFLAGS = -X ../Templates/coursepage.html \
-a ../dates.2004S.att \
-a ../dates.att \
-a ../course.att \
-a ../subdir.att -a outlines.att \
-t ../course.tags
default: *.html
*.html: REQUIRED \
../*.att \
../course.tags \
../Templates/coursepage.html \
../Templates/links.html
force:
touch REQUIRED
mk default
abbrev: ../*.att
mkabbrev Summaries
mkabbrev Overviews
mkabbrev Bodies
mkabbrev Related
touch abbrev
# Use my standard makefile as the default
%: DEFAULT
@$(MAKE) -e -f ~/lib/Makefile $@
DEFAULT: ;