## xfc docs/reference directory ## ## The html reference files are generated by Doxygen from comments in the XFC header files. ## The first two perl one-liners fix the default nested
fragments for the signal and slot example code. doxygen_configfile = Doxyfile EXTRA_DIST = Doxyfile.in \ doxygen.css \ xfc_footer.html.in \ xfc_header.html \ html html: html/index.html html/index.html: -rm -rf html SRCDIR=$(srcdir) TOP_SRCDIR=$(top_srcdir) doxygen $(doxygen_configfile) $(PERL_PATH) -pi -e 's{
}{nature:}' html/*.html $(PERL_PATH) -pi -e 's{lot.}{lot.}' html/*.html xfc_referencedir = $(xfc_docdir)/docs/reference/html install-data-local: html/index.html @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(xfc_referencedir) @dir='$(