Skip to content

Commit

Permalink
No more need to generate lo.xcent from lo.xcent.in
Browse files Browse the repository at this point in the history
...after fd34a19 "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>
  • Loading branch information
stbergmann committed Dec 18, 2018
1 parent 8c8c65c commit 14b95f6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -54,7 +54,6 @@
/config_build.mk
/config_build_lang.mk
/configure
/lo.xcent
/bin/bffvalidator.sh
/bin/odfvalidator.sh
/bin/officeotron.sh
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Expand Up @@ -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 {} \;

Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 14b95f6

Please sign in to comment.