diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-06-07 23:06:49 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-06-07 23:06:49 -0400 |
commit | 880295fb2098b8d8a6c81d02b84b2369f6558155 (patch) | |
tree | 92d107ca9fd8ede981c6dab62d0d8ba04acab6d6 /Makefile | |
parent | bc20f247b20042119937dae3f8f766902286a00f (diff) |
Makefile: mention uninstall target in help
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ help: @echo " generate Generate all colors specified in the Makefile" @echo " Shiki-<color> Generate Shiki-<color>" @echo " install Install themes to $(DESTDIR)$(PREFIX)/share/{plank/,}themes" + @echo " uninstall Uninstall themes from $(DESTDIR)$(PREFIX)/share/{plank/,}themes" @echo @echo "Base theme: $(BASE)" @echo "Default themes to generate: $(foreach COLOR,$(COLORS),Shiki-$(COLOR))" |