From: PHO Date: Sun, 7 Dec 2008 12:31:03 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=f06ae3a83c760fb4e96d92807acb4c28b99c9da4;p=sugar.git Auto commit by The Sugar System. --- diff --git a/GNUmakefile b/GNUmakefile index ca56c88..866991b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,14 @@ +help: + @echo + @echo " .:. Sugar - The Dot-Files Manager .:." + @echo + @echo "Usage:" + @echo " make lint - lint The Sugar System" + @echo " make update - update repository with the current dot files" + @echo " make commit - commit changes to the repository" + @echo " make install - update the current dot files with the repository" + @echo + lint: perl ./tools/list-files.pl | perl ./tools/find-missing.pl perl ./tools/list-files.pl | perl ./tools/find-outdated.pl @@ -18,4 +29,4 @@ commit: install: lint perl ./tools/list-files.pl | perl ./tools/install.pl -.PHONY: lint update commit install +.PHONY: help lint update commit install