From: Jim Meyering Date: Wed, 24 Feb 2010 13:15:26 +0000 (+0100) Subject: build: avoid non-srcdir installation failure (sitemap.html.in) X-Git-Tag: v0.7.7~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a42b9e2c54fbaa31f0e4db15e8228cb61a59ecb;p=thirdparty%2Flibvirt.git build: avoid non-srcdir installation failure (sitemap.html.in) * docs/Makefile.am (EXTRA_DIST): Add sitemap.html.in. --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 8821e08d7c..9b39a94160 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -76,6 +76,7 @@ EXTRA_DIST= \ $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \ $(xml) $(fig) $(png) \ $(patches) \ + sitemap.html.in \ ChangeLog.awk CLEANFILES = $(dot_html) $(apihtml) $(devhelphtml)