]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Sun, 7 Dec 2008 12:31:03 +0000 (21:31 +0900)
committerPHO <pho@cielonegro.org>
Sun, 7 Dec 2008 12:31:03 +0000 (21:31 +0900)
GNUmakefile

index ca56c8862d4bcd61b07a2c62a7cc21386a31926d..866991b30b96671a7298462c81ca4949960fb008 100644 (file)
@@ -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