No more need to generate lo.xcent from lo.xcent.in
...after fd34a19b4d
"Seems that we don't need the
com.apple.application-identifier after all" dropped the last @...@ replacement
there
Change-Id: Id6f4d1065b28be12e5d727bab553daa17fc4dfcb
Reviewed-on: https://gerrit.libreoffice.org/65275
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
8c8c65c84d
commit
14b95f6671
4 changed files with 0 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -54,7 +54,6 @@
|
|||
/config_build.mk
|
||||
/config_build_lang.mk
|
||||
/configure
|
||||
/lo.xcent
|
||||
/bin/bffvalidator.sh
|
||||
/bin/odfvalidator.sh
|
||||
/bin/officeotron.sh
|
||||
|
|
|
@ -219,7 +219,6 @@ distclean : clean compilerplugins-clean
|
|||
$(BUILDDIR)/config_host/*.h \
|
||||
$(BUILDDIR)/configure \
|
||||
$(BUILDDIR)/instsetoo_native/util/openoffice.lst \
|
||||
$(BUILDDIR)/lo.xcent \
|
||||
$(BUILDDIR)/sysui/desktop/macosx/Info.plist
|
||||
$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;
|
||||
|
||||
|
|
|
@ -4521,7 +4521,6 @@ if test "$cross_compiling" = "yes"; then
|
|||
config_host.mk.in \
|
||||
config_host_lang.mk.in \
|
||||
Makefile.in \
|
||||
lo.xcent.in \
|
||||
bin/bffvalidator.sh.in \
|
||||
bin/odfvalidator.sh.in \
|
||||
bin/officeotron.sh.in \
|
||||
|
@ -12523,7 +12522,6 @@ CPPFLAGS=$my_original_CPPFLAGS
|
|||
AC_CONFIG_FILES([config_host.mk
|
||||
config_host_lang.mk
|
||||
Makefile
|
||||
lo.xcent
|
||||
bin/bffvalidator.sh
|
||||
bin/odfvalidator.sh
|
||||
bin/officeotron.sh
|
||||
|
|
Loading…
Reference in a new issue