summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-04-19 17:28:35 +0000
committerscop <scop>2005-04-19 17:28:35 +0000
commit8b19b7c0559a11cf31ef62a58a677554f6bc6c45 (patch)
tree2c90018367d3254a39e00eea381d23a4e4042b9f
parent13657b1d3c7c45278eea357be9fb169ad9c50907 (diff)
downloadvdr-plugin-dxr3-8b19b7c0559a11cf31ef62a58a677554f6bc6c45.tar.gz
vdr-plugin-dxr3-8b19b7c0559a11cf31ef62a58a677554f6bc6c45.tar.bz2
Comment out indent.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f4866bd..8454e52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.16 2005/04/18 19:34:00 scop Exp $
+# $Id: Makefile,v 1.17 2005/04/19 17:28:35 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -98,5 +98,5 @@ dist: clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ \#*
-indent:
- emacs -batch --eval '(dolist (file command-line-args-left) (progn (find-file file) (c-indent-region (point-min) (point-max)) (save-buffer)))' *.h *.c
+#indent:
+# emacs -batch --eval '(dolist (file command-line-args-left) (progn (find-file file) (c-indent-region (point-min) (point-max)) (save-buffer)))' *.h *.c