From 0c659276d289dd321e06cb1d68573ef8462058d6 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 26 Dec 2005 14:21:42 +0000 Subject: [PATCH] some tabs so in source it looks better --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 9ace6adc0..b4dd5c595 100644 --- a/Makefile +++ b/Makefile @@ -122,17 +122,17 @@ gajim.desktop: gajim.desktop.in # help: @echo Usage: - @echo make - builds all modules - @echo make clean - delete built modules and object files - @echo make install - install binaries into the official directories - @echo make uninstall - uninstall binaries from the official directories - @echo make help - prints this help + @echo make - builds all modules + @echo make clean - delete built modules and object files + @echo make install - install binaries into the official directories + @echo make uninstall - uninstall binaries from the official directories + @echo make help - prints this help @echo - @echo make trayicon - makes only trayicon module - @echo make idle - makes only idle detection module + @echo make trayicon - makes only trayicon module + @echo make idle - makes only idle detection module @echo make translation - makes only translation \(mo files\) - @echo make gtkspell - makes only gtkspell detection module - @echo make tags - makes 'tags' file for use with ctags + @echo make gtkspell - makes only gtkspell detection module + @echo make tags - makes 'tags' file for use with ctags @echo #