--- a/Makefile Wed Sep 28 15:31:56 2011 +0300
+++ b/Makefile Wed Sep 28 15:33:51 2011 +0300
@@ -22,6 +22,9 @@
host_os = windows
endif
+################################################################
+# Project dirs/files.
+
OVERRIDDEN_ITEMS = \
.inputrc .minttyrc .Xdefaults .xinitrc .xserverrc .screenrc .dircolors \
.bashrc .bash_completion .zshrc .vimrc .ssh \
@@ -32,6 +35,9 @@
MANUALINSTALL_ITEMS = .mc
IFNONEXIST_ITEMS = .wgetrc .subversion
+################################################################
+# Install/uninstall targets.
+
.PHONY: install
install:
for item in $(OVERRIDDEN_ITEMS); do \
@@ -91,6 +97,9 @@
rm -f $(HOME)/.mc/bashrc $(HOME)/.mc/ini $(HOME)/.mc/bindings
rmdir $(HOME)/.mc || :
+################################################################
+# Clean targets.
+
.PHONY: clean
clean: