update documentation

This commit is contained in:
fosslinux 2019-02-16 09:20:07 +11:00
parent 5101d52d06
commit 49d5d76810
1 changed files with 3 additions and 9 deletions

View File

@ -187,8 +187,7 @@ help:
@printf "\\n"
@printf "install: shows help for install types\\n"
@printf "remove: removes dotfiles from system\\n"
@printf "update: updates dotfiles (normally run after git pull\\n"
@printf "all (plain make with no arguments): link to 'update'\\n"
@printf "all (plain make with no arguments): link to 'help'\\n"
@printf "\\n"
@printf "=======================\\n"
@printf "= INSTALL TYPES =\\n"
@ -210,8 +209,8 @@ help:
@printf "= PER-PACKAGE TARGETS =\\n"
@printf "=============================\\n"
@printf "\\n"
@printf "Each package has a per-package target for install, remove and\\n"
@printf "update. These targets allow cherry-picking for adding and\\n"
@printf "Each package has a per-package target for install and remove.\\n"
@printf "These targets allow cherry-picking for adding and\\n"
@printf "removing dotfiles. These are most useful when:\\n"
@printf " install) adding a new package after install, however this can\\n"
@printf " normally be done by running the same target you\\n"
@ -219,11 +218,6 @@ help:
@printf " is removed from its install target, re-running the\\n"
@printf " install target with not remove it, this must be done\\n"
@printf " manually.\\n"
@printf " update) rarely used. normally only used if there is\\n"
@printf " a conflict, or you get in a broken scenario.\\n"
@printf " please note that this under the hood reinstalls the\\n"
@printf " package, so you can use this to attempt to fix\\n"
@printf " broken stuff.\\n"
@printf "\\n"
@printf "===================\\n"
@printf "= LICENSING =\\n"