doc: control.help intro.help shutdown.help introweb_html

include ../../../rules.mak

# We want to produce introweb.html all the time, so we put the _html instead
# of the .html
introweb_html: introweb.src
	sed s/LINUXCONF_REV/$(PACKAGE_REV)/ <introweb.src >introweb.html

