From f06ae3a83c760fb4e96d92807acb4c28b99c9da4 Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 7 Dec 2008 21:31:03 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- GNUmakefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.40.0