diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-06 09:35:51 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-20 11:51:10 +0000 |
commit | ae1bb97f14cd12100d230cbf16b762aefa04decf (patch) | |
tree | cfcd28ce6e29708e1aa17bdd0d417df13c289d14 /readlicense_oo | |
parent | 5f00be141d86e3eadddd554cd9d18ebe47d4d59b (diff) |
remove last uses of config 'GUI' variable
Change-Id: I97188235f0b72b5b54423e05deeaf17c5c681048
Reviewed-on: https://gerrit.libreoffice.org/4188
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/CustomTarget_readme.mk | 1 | ||||
-rwxr-xr-x | readlicense_oo/docs/readme.xsl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/readlicense_oo/CustomTarget_readme.mk b/readlicense_oo/CustomTarget_readme.mk index 047f36cc6308..13b731ef340f 100644 --- a/readlicense_oo/CustomTarget_readme.mk +++ b/readlicense_oo/CustomTarget_readme.mk @@ -58,7 +58,6 @@ $(readlicense_oo_README_PATTERN) : \ $(call gb_ExternalExecutable_get_command,xsltproc) --nonet --novalid -o $@.out \ --stringparam com1 $(COM) \ --stringparam cp1 $(CPUNAME) \ - --stringparam gui1 $(GUI) \ --stringparam lang1 $(word 2,$(subst _, ,$(basename $(notdir $@)))) \ --stringparam os1 $(OS) \ --stringparam type text \ diff --git a/readlicense_oo/docs/readme.xsl b/readlicense_oo/docs/readme.xsl index e63e319cf502..5c329430f3c3 100755 --- a/readlicense_oo/docs/readme.xsl +++ b/readlicense_oo/docs/readme.xsl @@ -6,7 +6,6 @@ <!-- inputvariable declaration --> <xsl:param name="os1"/> - <xsl:param name="gui1"/> <xsl:param name="cp1"/> <xsl:param name="com1"/> <xsl:param name="lang1"/> |