diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 15:19:25 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 15:19:25 +0200 |
commit | e03654f84c29ea7909bbd9559e19ea6b4e5b4731 (patch) | |
tree | c122d32c45c9be3255faf43c180b1d51f9cffd11 /doc/Makefile.am | |
parent | 1a38093af568c7a738e44f6f3e68175a7c86167a (diff) | |
download | gtk-vlc-player-e03654f84c29ea7909bbd9559e19ea6b4e5b4731.tar.gz |
install new screenshot images and package them in windows Zip distributions
* also include session.dtd since we refer to it in the documentation
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 |