summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-10 17:03:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-10 20:41:19 +0200
commit18976a2d90f5dd000ad1f685ac7b8c42ed2b401c (patch)
tree94f9b0e8edabac96002d4c7977b5d9dc404b96f2 /readlicense_oo
parent6eb71f711e84cd285fe997bebdb5896f7e16b33f (diff)
use $(PRODUCTNAME) variable for README
Change-Id: I0314112570ed9ef2090b25f1e19cb2c0a853da76
Diffstat (limited to 'readlicense_oo')
-rw-r--r--readlicense_oo/CustomTarget_readme.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/readlicense_oo/CustomTarget_readme.mk b/readlicense_oo/CustomTarget_readme.mk
index a16beccf3580..0d9c5eeab88f 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -42,7 +42,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
endif
readlicense_oo_README_SED := \
- -e 's,$${PRODUCTNAME},LibreOffice,g' \
+ -e 's,$${PRODUCTNAME},$(PRODUCTNAME),g' \
-e 's,$${PRODUCTVERSION},$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR),g' \
$(readlicense_oo_DIR)/$(call gb_README,%) : \