[Libreoffice-commits] core.git: helpcompiler/Executable_helpindexer.mk helpcompiler/Executable_HelpIndexer.mk helpcompiler/Executable_helplinker.mk helpcompiler/Executable_HelpLinker.mk helpcompiler/Module_helpcompiler.mk

Matúš Kukan matus.kukan at gmail.com
Wed May 13 23:24:33 PDT 2015


 helpcompiler/Executable_HelpIndexer.mk |   28 +++++++++++++++++++++++++++
 helpcompiler/Executable_HelpLinker.mk  |   34 +++++++++++++++++++++++++++++++++
 helpcompiler/Executable_helpindexer.mk |   28 ---------------------------
 helpcompiler/Executable_helplinker.mk  |   34 ---------------------------------
 helpcompiler/Module_helpcompiler.mk    |    4 +--
 5 files changed, 64 insertions(+), 64 deletions(-)

New commits:
commit 8be85ad170d5e1fa23606de9be2ae255296eab52
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Sat May 2 14:45:15 2015 +0200

    Rename makefile to match target name
    
    Change-Id: Iba879e0c2c79fd1c307c3dfe45370dbbfd4ae998

diff --git a/helpcompiler/Executable_helpindexer.mk b/helpcompiler/Executable_HelpIndexer.mk
similarity index 100%
rename from helpcompiler/Executable_helpindexer.mk
rename to helpcompiler/Executable_HelpIndexer.mk
diff --git a/helpcompiler/Executable_helplinker.mk b/helpcompiler/Executable_HelpLinker.mk
similarity index 100%
rename from helpcompiler/Executable_helplinker.mk
rename to helpcompiler/Executable_HelpLinker.mk
diff --git a/helpcompiler/Module_helpcompiler.mk b/helpcompiler/Module_helpcompiler.mk
index f4e0923..7bb53ab 100644
--- a/helpcompiler/Module_helpcompiler.mk
+++ b/helpcompiler/Module_helpcompiler.mk
@@ -10,8 +10,8 @@
 $(eval $(call gb_Module_Module,helpcompiler))
 
 $(eval $(call gb_Module_add_targets,helpcompiler,\
-    Executable_helpindexer \
-    Executable_helplinker \
+    Executable_HelpIndexer \
+    Executable_HelpLinker \
     Library_helplinker \
 ))
 


More information about the Libreoffice-commits mailing list