summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-04-19 17:28:22 +0000
committerscop <scop>2005-04-19 17:28:22 +0000
commitdea137eddfe1017e9ff85a8c221aee2bca4647ad (patch)
tree8e430fec6edcc28b160551f23297774e5a59345c
parent07a1ac78587f659c11bde4c1493456dbb427318a (diff)
downloadvdr-plugin-dxr3-dea137eddfe1017e9ff85a8c221aee2bca4647ad.tar.gz
vdr-plugin-dxr3-dea137eddfe1017e9ff85a8c221aee2bca4647ad.tar.bz2
Comment out indent.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4f173e4..fd40382 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.14 2005/04/18 19:32:35 scop Exp $
+# $Id: Makefile,v 1.1.2.15 2005/04/19 17:28:22 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -108,5 +108,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