b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/Makefile.am |
| 2 | +++ b/Makefile.am |
| 3 | @@ -1,6 +1,6 @@ |
| 4 | ## Process this file with automake to produce Makefile.in |
| 5 | |
| 6 | -SUBDIRS = lib bc dc doc |
| 7 | +SUBDIRS = lib bc dc |
| 8 | |
| 9 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ |
| 10 | stamp-h $(distdir).tar.gz h/number.h depcomp missing \ |
| 11 | --- a/Makefile.in |
| 12 | +++ b/Makefile.in |
| 13 | @@ -288,7 +288,7 @@ target_alias = @target_alias@ |
| 14 | top_build_prefix = @top_build_prefix@ |
| 15 | top_builddir = @top_builddir@ |
| 16 | top_srcdir = @top_srcdir@ |
| 17 | -SUBDIRS = lib bc dc doc |
| 18 | +SUBDIRS = lib bc dc |
| 19 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ |
| 20 | stamp-h $(distdir).tar.gz h/number.h depcomp missing \ |
| 21 | bc/libmath.h |