diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-02 08:29:13 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-02 08:29:13 +0000 |
commit | 0207b9ae7d3737f2d5efef733eabbde20f57644b (patch) | |
tree | 0634920f61197e2d36c62783c90fb8f322d0b631 | |
parent | 7ef0a295a29e63086e5f2399354b8c9fd8200c06 (diff) | |
download | usdx-0207b9ae7d3737f2d5efef733eabbde20f57644b.tar.gz usdx-0207b9ae7d3737f2d5efef733eabbde20f57644b.tar.xz usdx-0207b9ae7d3737f2d5efef733eabbde20f57644b.zip |
artwork directory removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2330 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 0fa2ac4b..1f36c8e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,9 +230,6 @@ install-plugins: .PHONY: install-data install-data: - $(MAKE) RECURSIVE_SRC_DIR="artwork" \ - RECURSIVE_DST_DIR="$(DESTDIR)$(INSTALL_DATADIR)/artwork" \ - install-data-recursive $(MAKE) RECURSIVE_SRC_DIR="$(USDX_GAME_DIR)/languages" \ RECURSIVE_DST_DIR="$(DESTDIR)$(INSTALL_DATADIR)/languages" \ install-data-recursive @@ -277,7 +274,6 @@ uninstall-all: uninstall-data uninstall-exec uninstall-plugins .PHONY: uninstall-data uninstall-data: - $(RM_REC) "$(DESTDIR)$(INSTALL_DATADIR)/artwork" $(RM_REC) "$(DESTDIR)$(INSTALL_DATADIR)/languages" $(RM_REC) "$(DESTDIR)$(INSTALL_DATADIR)/sounds" $(RM_REC) "$(DESTDIR)$(INSTALL_DATADIR)/themes" |