diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-07 09:04:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-07 09:04:45 +0300 |
commit | 0acc3300f14e7f961bc165f58e97d1f35164d781 (patch) | |
tree | 8742ce72972d62dc196cfda36e9bfd73c6c1402a /Makefile.in | |
parent | e942fbfad420cf9e6e4ba7358380e1fec3d13952 (diff) |
If dev-install is obsolete, why have it at all?
Replace mentions of it in a few (dcumentation) places with test-install.
Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in index 028c55cdc132..0c9893c7b275 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,20 +277,6 @@ install-strip: @$(call gb_Top_InstallFinished,Installation,$(INSTALLDIR)) endif # !MACOSX -dev-install: - @echo && echo "dev-install is obsolete! Just build with \"make check\" and run" -ifeq ($(OS),MACOSX) - @echo " open instdir/$(PRODUCTNAME).app" - @echo - @echo "To debug: gdb instdir/$(PRODUCTNAME).app/Contents/MacOS/soffice" -else - @echo " instdir/program/soffice" -endif - @echo - @echo "(only if you have good reason to test an actual installation: make test-install)" - @echo - @false - test-install: build @rm -rf $(TESTINSTALLDIR) @mkdir -p $(TESTINSTALLDIR) |