## Process this file with automake to produce Makefile.in pkghtmldir = $(datadir)/doc/$(PACKAGE)/html htmldir = $(pkghtmldir) sgmldir = $(pkghtmldir) man_MANS = ygraph.1 sgml_DATA = ygraph.sgml html_DATA = index.html EXTRA_DIST = $(sgml_DATA) ygraph.1: ygraph.sgml docbook2man $< index.html: ygraph.sgml docbook2html $< clean-local: rm -f manpage.*; \ rm -f index.html; \ rm -f ygraph.1