Kaydet (Commit) f37df270 authored tarafından Luboš Luňák's avatar Luboš Luňák

Revert "Improve the make dev-install message."

The one command running the soffice wrapper that does also
some extra work is the usual and simple case, running soffice.bin
is needed only when launching LO in gdb.

This reverts commit eee2fe2e.

Conflicts:
	Makefile.in
üst 396eb4f5
...@@ -386,9 +386,7 @@ ifeq ($(OS),LINUX) ...@@ -386,9 +386,7 @@ ifeq ($(OS),LINUX)
@echo @echo
@echo "Developer installation finished, you can now execute:" @echo "Developer installation finished, you can now execute:"
@echo @echo
@echo " cd $(SRCDIR)/install/program" @echo "$(SRCDIR)/install/program/soffice"
@echo " . ./ooenv"
@echo " ./soffice.bin"
else ifeq ($(OS),MACOSX) else ifeq ($(OS),MACOSX)
@echo @echo
@echo "Developer installation finished, you can now run:" @echo "Developer installation finished, you can now run:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment