summaryrefslogtreecommitdiff
path: root/math/maxima/files/patch-doc_info_Makefile.in
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-06 03:13:28 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-06 03:13:28 +0000
commit42f602465c8b56b6bb251e930690776032641917 (patch)
treefe6a50ea164f23871f027d1774f094831c05a077 /math/maxima/files/patch-doc_info_Makefile.in
parentUpdate to version 2018i (diff)
math/maxima: Update to 5.42.1, cleanup
While here, give maintainership to submitter PR: 232118 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes
Notes: svn path=/head/; revision=489434
Diffstat (limited to 'math/maxima/files/patch-doc_info_Makefile.in')
-rw-r--r--math/maxima/files/patch-doc_info_Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/maxima/files/patch-doc_info_Makefile.in b/math/maxima/files/patch-doc_info_Makefile.in
deleted file mode 100644
index 44e562b27d10..000000000000
--- a/math/maxima/files/patch-doc_info_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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
-