diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-09-09 23:19:12 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-09-09 23:19:12 +0000 |
commit | a81a668ce1dd9d251b59f8e02b810d839da25c6d (patch) | |
tree | 2ab8997c018336e0b7ab56de08f7d45ba1b38962 /Makefile.in | |
parent | 113777a06801d2cd5bdf68f548b4cddd715bfd83 (diff) |
merged: r33538,r33539 from webinterface branch:
removing web folder and updating build scripts as contents is now part of plugin system; removing debug log info from WebServer.cpp
changed: addon.xml summary information updated. (cherry picked from commit e1aeeb7b46f588eb95cb18fecc5debb3521385cf)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33649 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index b831c68e45..cd7e90d7f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -507,7 +507,7 @@ install-bin: xbmc.bin # developement convenience target ifeq ($(findstring osx,$(ARCH)), osx) # TODO: add osx install else -install: install-binaries install-arch install-datas install-web +install: install-binaries install-arch install-datas install-binaries: install-scripts @echo "Copying XBMC binary to $(DESTDIR)$(libdir)/xbmc/xbmc.bin" @@ -551,11 +551,6 @@ install-livedatas: @install -D tools/XBMCLive/runXBMC $(DESTDIR)$(bindir)/runXBMC @install -D tools/XBMCLive/setAlsaVolumes $(DESTDIR)$(bindir)/setAlsaVolumes -install-web: - @mkdir -p $(DESTDIR)$(datarootdir)/xbmc/web - @cp -r web/poc_jsonrpc/* $(DESTDIR)$(datarootdir)/xbmc/web - @find $(DESTDIR)$(datarootdir)/xbmc/web -depth -name .svn -exec rm -rf {} \; - uninstall: @echo "Removing XBMC..." @rm -rf $(DESTDIR)$(libdir)/xbmc |