From bef5fb5d5d7fecfed21a13004deb83bd90c2cdfe Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 19 Jul 2013 16:34:22 +0200 Subject: removed everything unrelated to the GtkVlcPlayer widget --- doc/Makefile.am | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index c555b78..05d48c0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,32 +1,8 @@ - -# -# Docbook processing -# TODO: might also generate a man page -# -DB_URI = http://docbook.sourceforge.net/release/xsl/current - -if BUILD_HTML -nobase_dist_html_DATA = experiment-player.html \ - images/data-window-new.png images/player-window-new.png \ - images/quick-open-empty.png images/quick-open.png \ - images/format-expressions.png images/format-file-selection.png \ - images/format-menu.png - -endif -CLEANFILES = experiment-player.html html_titlepage.xsl -EXTRA_DIST = experiment-player.xml html_custom.xsl html_titlepage.spec.xml - -experiment-player.html : experiment-player.xml html_custom.xsl html_titlepage.xsl - @XSLTPROC@ @XSLT_FLAGS@ -o $@ html_custom.xsl $< - -html_titlepage.xsl : html_titlepage.spec.xml - @XSLTPROC@ @XSLT_FLAGS@ -o $@ $(DB_URI)/template/titlepage.xsl $< - # -# Doxygen processing (do not install or distribute) +# Doxygen processing # if BUILD_DOXYGEN -noinst_DATA = doxygen/ +doc_DATA = doxygen/ endif .PHONY: doxygen/ -- cgit v1.2.3