From: Lars T. Skjong-B. <li...@sn...> - 2012-01-25 07:41:56
|
On 1/25/12 3:21 AM, Nicolas Boichat wrote: > The configure script already sets up $(htmldir) for us (which the user > can override), so just use that rather than hardcoding our own path. > > Signed-off-by: Mike Frysinger<va...@ge...> > --- > doc/Makefile.am | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/doc/Makefile.am b/doc/Makefile.am > index 09b8eb5..1e8aa14 100644 > --- a/doc/Makefile.am > +++ b/doc/Makefile.am > @@ -2,7 +2,6 @@ XSLTPROC=@XSLTPROC@ > XSLTPROC_FLAGS=@XSLTPROC_FLAGS@ > XHTML_STYLESHEET=style.xsl > > -htmldir = $(prefix)/share/doc/@PACKAGE@/html > dist_html_DATA = html/* > EXTRA_DIST = main.xml gpl.xml install.xml about.xml report.xml supportedgc.xml supportedmonitors.xml thanks.xml techdocs.xml usage.xml style.xsl style-fo.xsl Thanks! Applied. -- Regards, Lars Tobias |