Track xdg-user-dirs
[khome.git] / Makefile
index c2d4b8c..4e7ab3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ home: mpdconf compiled
        find home -maxdepth 1 -print0 \
        | $(GREP) -zv '^home$$' \
        | xargs -0 -I% cp -Rp % ~
+       xdg-user-dirs-update
 
 mpdconf:
        mkdir -p ~/arc/aud
@@ -159,7 +160,7 @@ $(foreach d,$(DEPS),$(eval $(call GEN_DEP_RULE,$(d))))
 diff:
        find home -type f -print0 \
        | $(SED) -z 's/^home\///g' \
-       | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=always ~/% home/%'
+       | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%'
 
 pull:
        find home -type f -print0 \
This page took 0.032251 seconds and 4 git commands to generate.