diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-09-21 01:25:11 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-09-21 01:25:11 +0000 |
commit | 69113780469794298bd27d11d4f26f76f1fa3b53 (patch) | |
tree | b887dbcafda18bcac2f0988477d1de1d4717d5c4 /math/maxima/files | |
parent | Revert r422225 as devel/ucpp is now fixed. (diff) |
- Update to 5.38.1
PR: 212827
Submitted by: satosi.kimura@nifty.ne.jp
Notes
Notes:
svn path=/head/; revision=422546
Diffstat (limited to 'math/maxima/files')
-rw-r--r-- | math/maxima/files/patch-doc_info_Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/maxima/files/patch-doc_info_Makefile.in b/math/maxima/files/patch-doc_info_Makefile.in index ffde958c6c55..44e562b27d10 100644 --- a/math/maxima/files/patch-doc_info_Makefile.in +++ b/math/maxima/files/patch-doc_info_Makefile.in @@ -1,6 +1,6 @@ ---- doc/info/Makefile.in.orig 2015-11-09 06:18:56 UTC +--- doc/info/Makefile.in.orig 2016-05-12 13:42:26 UTC +++ doc/info/Makefile.in -@@ -1282,16 +1282,10 @@ clean-html: +@@ -1469,16 +1469,7 @@ clean-html: @CHM_TRUE@ rm -rf chm check_texinfo: @@ -8,9 +8,8 @@ - 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 ) -+ echo "check_texinfo dummy target" - - warn_texinfo: +- +-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" ; \ |