diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 452bbd7..c555b78 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,7 +8,10 @@ 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/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 |