alll:  notfound.help

include ../../scripts/help.mak

# We simply copy the html from src because almost html files
# in this project are generated from sgml. Sometime we do a major
# cleanup of all html and we regenerate.
notfound.help: notfound.src
	@echo Just a dummy >notfound.help
	@echo notfound.html is the only useful here >>notfound.help
	cp notfound.src notfound.html

