summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorShido <the.keikun@gmail.com>2014-05-17 16:42:37 +0800
committerShido <the.keikun@gmail.com>2014-05-30 09:20:03 +0800
commitaed877235088b6f1d27b6fd03813c2d59e8e13c1 (patch)
treeac8da4956957f586f3e9bce3994bf060d326e2a7 /Makefile.in
parenta81f3869bf34deb99c21be65b1f384780045c401 (diff)
downloadhercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.gz
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.bz2
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.xz
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.zip
Removed redundants
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a1ac2a72..c91a77c6f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -190,38 +190,3 @@ needs_mysql:
no_plugins:
@echo "Plugins disabled by the configure script"
@exit 1
-
-#####################################################################
-# TODO
-
-#install: conf/%.conf conf/%.txt
-# @read -p "WARNING: This target does not work properly yet. Press Ctrl+C to cancel or Enter to continue."
-# @mkdir -p /opt/hercules/bin/
-# @mkdir -p /opt/hercules/etc/hercules/
-# @mkdir -p /opt/hercules/var/log/hercules/
-# @mv save /opt/hercules/etc/hercules/save
-# @mv db /opt/hercules/etc/hercules/db
-# @mv conf /opt/hercules/etc/hercules/conf
-# @mv npc /opt/hercules/etc/hercules/npc
-# @mv log/* /opt/hercules/var/log/hercules/
-# @cp *-server /opt/hercules/bin/
-# @ln -s /opt/hercules/etc/hercules/save/ /opt/hercules/bin/
-# @ln -s /opt/hercules/etc/hercules/db/ /opt/hercules/bin/
-# @ln -s /opt/hercules/etc/hercules/conf/ /opt/hercules/bin/
-# @ln -s /opt/hercules/etc/hercules/npc/ /opt/hercules/bin/
-# @ln -s /opt/hercules/var/log/hercules/ /opt/hercules/bin/log
-
-#bin-clean:
-# @rm /opt/hercules/bin/login-server
-# @rm /opt/hercules/bin/char-server
-# @rm /opt/hercules/bin/map-server
-
-#uninstall: bin-clean
-# @read -p "WARNING: This target does not work properly yet. Press Ctrl+C to cancel or Enter to continue."
-# @rm /opt/hercules/bin/save
-# @rm /opt/hercules/bin/db
-# @rm /opt/hercules/bin/conf
-# @rm /opt/hercules/bin/npc
-# @rm /opt/hercules/bin/log
-# @rm -rf /opt/hercules/etc/hercules
-# @rm -rf /opt/hercules/var/log/hercules