summaryrefslogtreecommitdiff
path: root/math/maxima/files/patch-doc-info-Makefile.in
blob: 5046381385412bfafad735cc85b59f4966c94c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- doc/info/Makefile.in.orig	Mon May 28 00:29:36 2007
+++ doc/info/Makefile.in	Mon May 28 00:41:25 2007
@@ -878,24 +878,26 @@
 	rm -f index.hhk
 
 check_texinfo:
-	pattern=`printf "\r$$"` ; \
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \
-	echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 )
-	pattern=`printf "\t"` ; \
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \
-	echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 )
+	echo check_texinfo
+#	pattern=`printf "\r$$"` ; \
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
+#	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \
+#	echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 )
+#	pattern=`printf "\t"` ; \
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
+#	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \
+#	echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 )
 
 warn_texinfo:
-	pattern=`printf "\r$$"` ; \
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \
-	echo "Run /doc/info/fix_crlf to fix the problem." )
-	pattern=`printf "\t"` ; \
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \
-	echo "Run /doc/info/fix_tab to fix the problem." )
+	echo warn_texinfo
+#	pattern=`printf "\r$$"` ; \
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
+#	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \
+#	echo "Run /doc/info/fix_crlf to fix the problem." )
+#	pattern=`printf "\t"` ; \
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
+#	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \
+#	echo "Run /doc/info/fix_tab to fix the problem." )
 
 .PHONY: check_texinfo warn_texinfo
 # Tell versions [3.59,3.63) of GNU make to not export all variables.