ports/math/maxima/files/patch-doc_info_Makefile.in
Wen Heping 6911378046 - Update to 5.38.1
PR:		212827
Submitted by:	satosi.kimura@nifty.ne.jp
2016-09-21 01:25:11 +00:00

20 lines
812 B
Text

--- doc/info/Makefile.in.orig 2016-05-12 13:42:26 UTC
+++ doc/info/Makefile.in
@@ -1469,16 +1469,7 @@ clean-html:
@CHM_TRUE@ rm -rf chm
check_texinfo:
- @pattern=`printf "\t"` ; \
- bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -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 "\t"` ; \
- bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -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 dummy target"
.PHONY: check_texinfo warn_texinfo