Actually build faq if enabled

Previously we required an explicit "make html" in this subdirectory
for no reason.  Just build it if make is invoked at the toplevel
and we have docbook.
This commit is contained in:
Colin Walters 2010-07-01 15:16:25 -04:00
parent c4f12b95cb
commit f8f3b635a6

View File

@ -17,6 +17,8 @@ pdf:
(cd $(srcdir); db2pdf gtk-faq.sgml); \
fi
all-local: html
dist-hook: html
cp -Rp $(srcdir)/html $(distdir)
else