This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 41deec9fbf Cleanup Make files
41deec9fbf is described below
commit 41deec9fbf385ebd2ff21199e9eb3301a269d33d
Author: mseidel <[email protected]>
AuthorDate: Sun Feb 19 18:06:21 2023 +0100
Cleanup Make files
---
main/connectivity/source/sdbcx/makefile.mk | 2 +-
main/desktop/zipintro/makefile.mk | 2 +-
main/filter/source/docbook/makefile.mk | 4 ++--
main/instsetoo_native/util/makefile.mk | 8 ++++----
main/odk/pack/copying/makefile.mk | 2 +-
main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk | 3 ++-
6 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/main/connectivity/source/sdbcx/makefile.mk
b/main/connectivity/source/sdbcx/makefile.mk
index 2f9c3891a5..3410107478 100644
--- a/main/connectivity/source/sdbcx/makefile.mk
+++ b/main/connectivity/source/sdbcx/makefile.mk
@@ -56,4 +56,4 @@ SLOFILES=\
.INCLUDE : target.mk
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/main/desktop/zipintro/makefile.mk
b/main/desktop/zipintro/makefile.mk
index 26240a6895..b45c20ba5c 100644
--- a/main/desktop/zipintro/makefile.mk
+++ b/main/desktop/zipintro/makefile.mk
@@ -104,4 +104,4 @@ $(MISC)$/%.png : $(SOLARSRC)$/%.png
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/main/filter/source/docbook/makefile.mk
b/main/filter/source/docbook/makefile.mk
index c317aef691..6f014bde94 100644
--- a/main/filter/source/docbook/makefile.mk
+++ b/main/filter/source/docbook/makefile.mk
@@ -40,8 +40,8 @@ $(OUT)$/bin$/sofftodocbookheadings.xsl:
sofftodocbookheadings.xsl
$(COPY) sofftodocbookheadings.xsl $(OUT)$/bin$/sofftodocbookheadings.xsl
$(OUT)$/bin$/DocBookTemplate.stw: DocBookTemplate.stw
- $(COPY) DocBookTemplate.stw $(OUT)$/bin$/DocBookTemplate.stw
+ $(COPY) DocBookTemplate.stw $(OUT)$/bin$/DocBookTemplate.stw
.INCLUDE: target.mk
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/main/instsetoo_native/util/makefile.mk
b/main/instsetoo_native/util/makefile.mk
index e03c43723f..19e17478af 100644
--- a/main/instsetoo_native/util/makefile.mk
+++ b/main/instsetoo_native/util/makefile.mk
@@ -52,7 +52,7 @@ ENABLE_DOWNLOADSETS=TRUE
.IF "$(OS)"=="LINUX"
DONT_REMOVE_PACKAGE:=TRUE
.EXPORT: DONT_REMOVE_PACKAGE
-.ENDIF # "$(OS)"=="LINUX"
+.ENDIF # "$(OS)"=="LINUX"
.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
@@ -87,13 +87,13 @@ help .PHONY :
@echo " sdkoobeta like sdkoo but with 'Beta' appended
to the product name"
@echo " sdkoodev builds the developer snapshot of the
SDK"
@echo " openofficebeta like openoffice but with 'Beta'
appended to product name"
- @echo
+ @echo
@echo "experimental targets:"
@echo " patch-create create a patch for updating an
installed office (Windows only)"
@echo " patch-apply apply a previously created patch"
@echo " patch-update-releases-xml"
@echo " patch-check check if patch can be created (part
of patch-create)"
- @echo
+ @echo
@echo "Most targets (all except aoo_srcrelease and updatepack) accept
suffixes"
@echo " append _<language> to build a target for one language only"
@echo " the default set of languages is alllangiso=$(alllangiso)"
@@ -596,4 +596,4 @@ $(MSISDKOOTEMPLATEDIR) $(MSISDKOOTEMPLATEDIR)$/Binary :
$(MSISDKOOTEMPLATEDIR)/% : $(MSISDKOOTEMPLATESOURCE)$/%
$(GNUCOPY) $< $@
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/main/odk/pack/copying/makefile.mk
b/main/odk/pack/copying/makefile.mk
index c18bd2f9ae..6a3801db37 100644
--- a/main/odk/pack/copying/makefile.mk
+++ b/main/odk/pack/copying/makefile.mk
@@ -251,4 +251,4 @@ $(MYZIPTARGET) : $(BIN)/unowinreg.dll $(DESTCLASSESLIST)
cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ../../../bin/$(MYZIPTARGET:b)
$(MYZIPLIST)
.ENDIF
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
b/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
index 58599066d0..b3ee3e0dd4 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
@@ -20,6 +20,7 @@
#**************************************************************
+
PRJ=..$/..$/..$/..$/..$/..
PRJNAME=officecfg
@@ -73,4 +74,4 @@ XCUFILES= \
.INCLUDE : target.mk
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4: