summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-10-12 04:02:08 +0000
committerMichael Krufky <devnull@localhost>2005-10-12 04:02:08 +0000
commit723e8923174092825f6ffe13559fe0abc6f38552 (patch)
tree963ebbbe1a0cd70aa4785e72659f68b0cb94ee86 /Makefile
parent4bb3fbe1741d0b0e1f04eab0558c60435f847d98 (diff)
downloadmediapointer-dvb-s2-723e8923174092825f6ffe13559fe0abc6f38552.tar.gz
mediapointer-dvb-s2-723e8923174092825f6ffe13559fe0abc6f38552.tar.bz2
* ../v4l/scripts/strip-trailing-whitespaces.sh:
- Updated script to function in new tree layout. Must be called from top-level. * ../Makefile: - Automatically strip trailing whitespaces before creating Changelog entry.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd3a4c480..64fef441d 100644
--- a/Makefile
+++ b/Makefile
@@ -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