all: introweb_html doc
include ../../scripts/help.mak

# We want to produce introweb.html all the time, so we put the _html instead
# of the .html
# Further, the html file is produced right in the installation directory
# not in the source directory. I am tired of producing linuxconf diffs
# with this file showing up for nothing :-)
introweb_html: introweb.src
	@test "$(HELPDIR)" != ""	 || echo HELPDIR not defined
	@test "$(HELPDIR)" != ""
	rm -f introweb.html
	mkdir -p $(HELPDIR)
	sed s/LINUXCONF_REV/$(PACKAGE_REV)/ <introweb.src >$(HELPDIR)/introweb.html

introweb.help:
