summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoss Vandegrift <ross@kallisti.us>2019-09-22 23:30:25 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-23 10:44:31 +0200
commitaf5f37bd465edaa7eb9b8479df6e08788366447c (patch)
treed11296ceb62ad4a54b19c018e65a33a1d568736d /doc
parent3b53749149f69aa865d011f7c4b8635c5c2ab110 (diff)
downloadefl-af5f37bd465edaa7eb9b8479df6e08788366447c.tar.gz
Use EFL version for doc tarball, not meson version
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10070
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index b6bce8bf52..11e80dfadc 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -182,8 +182,8 @@ doc_target += custom_target('doxygen',
)
compress_target = custom_target('package_doc_tar',
- command: [tar, '-C', meson.build_root(), '-cf', 'efl-'+meson.version()+'.tar', 'html', 'man'],
- output: 'efl-'+meson.version()+'.tar',
+ command: [tar, '-C', meson.build_root(), '-cf', 'efl-'+meson.project_version()+'.tar', 'html', 'man'],
+ output: 'efl-'+meson.project_version()+'.tar',
depends: doc_target,
build_by_default: false
)