diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,8 +16,11 @@ install: %:: $(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS) -changelog: +changelog:: whitespace cd $(BUILD_DIR); scripts/cardlist; cd .. cvs update cd $(BUILD_DIR); scripts/prepare-ChangeLog.pl; cd .. $(EDITOR) v4l/ChangeLog + +whitespace: + @v4l/scripts/strip-trailing-whitespaces.sh | patch -p0
\ No newline at end of file |