# $Header: /cvsroot/dhcp-agent/dhcp-agent/doc/Makefile.am,v 1.5 2003/07/06 17:49:56 actmodern Exp $ # # # Documentation Makefile info_TEXINFOS = dhcp-agent.texi dhcp_agent_TEXINFOS = dhcp-client.texi dhcp-relay.texi dhcp-sniff.texi dhcp-server.texi introduction.texi if HTMLDOC htmldir = $(prefix)${dhcpdocdir} html_DATA = index.html $(shell ls dhcp-agent_*.html 2>/dev/null) index.html: dhcp-agent.texi $(dhcp_agent_TEXINFOS) texi2html -split chapter -top_file index.html dhcp-agent.texi endif CLEANFILES=*.html