001-disable-doc.patch (795B)
1 --- bc-1.06.95/Makefile.in 2010-07-03 10:48:13.422725147 +0000 2 +++ bc-1.06.95/Makefile.in 2010-07-03 10:50:09.714725197 +0000 3 @@ -149,7 +149,7 @@ 4 sharedstatedir = @sharedstatedir@ 5 sysconfdir = @sysconfdir@ 6 target_alias = @target_alias@ 7 -SUBDIRS = lib bc dc doc 8 +SUBDIRS = lib bc dc 9 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ 10 stamp-h $(distdir).tar.gz h/number.h depcomp missing 11 12 --- bc-1.06.95/Makefile.am 2010-07-03 10:48:32.522725037 +0000 13 +++ bc-1.06.95/Makefile.am 2010-07-03 10:48:38.114725024 +0000 14 @@ -1,6 +1,6 @@ 15 ## Process this file with automake to produce Makefile.in 16 17 -SUBDIRS = lib bc dc doc 18 +SUBDIRS = lib bc dc 19 20 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ 21 stamp-h $(distdir).tar.gz h/number.h depcomp missing