Added local.patch support for easy minor tweaks on the central theme.
[dotfiles-framework.git] / Makefile
index f831f945184fe246fc618e12e298648ed135695e..e5e1f37b07c790164d7996de7b380011a91e72e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,14 @@ merge:
        ./merge.sh
 
 override:
-       ./fixup.sh -f
+       ./fixup.sh --force
 
+# Print a diff between the local installation and .dotfiles
+# i.e. What changes will `make override' effect
 localdiff:
-       ./diff.sh
+       ./diff.sh --local
+
+# Save a diff between .dotfiles and the local installation
+# i.e. What specialization do I want compared to the central .dotfiles
+localpatch:
+       ./diff.sh > local.patch