diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-17 14:35:15 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-17 16:43:26 +0200 |
commit | dbf9d1d4a9e5d336c52fae93c6b4a3e0a4de8ce8 (patch) | |
tree | 2248c79a8cf5d4dcdff7fc085a2d889741b24729 /doc | |
parent | 2bee9169d9e143a2e13b19488534b52bc0e8c3b9 (diff) | |
download | efl-dbf9d1d4a9e5d336c52fae93c6b4a3e0a4de8ce8.tar.gz |
doc: put shot.sh into dist to allow make doc run from tarball
This was missing in the release tarballs before breaking a make doc run from
them.
@fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 26b7df9446..17adf520c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -245,7 +245,8 @@ eo_tutorial.dox \ ephysics_examples.dox \ evas_examples.dox \ main.dox \ -pkgconfig.dox +pkgconfig.dox \ +shot.sh include images.mk |