X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=866991b30b96671a7298462c81ca4949960fb008;hb=f06ae3a83c760fb4e96d92807acb4c28b99c9da4;hp=ca56c8862d4bcd61b07a2c62a7cc21386a31926d;hpb=c478cc19985f964d464143253914ee067c3758c4;p=sugar.git 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