diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 661c90ef..c373f5e8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -70,9 +70,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \ $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/stdint_h.m4 \ - $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socket.m4 \ + $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ + $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -154,6 +154,7 @@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ +LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSIGSEGV = @LIBSIGSEGV@ LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@ @@ -246,7 +247,8 @@ EXTRA_DIST = ChangeLog README.card ad.block setter.outline \ macros colors no.colors $(man_MANS) \ lflashlight.eps rflashlight.eps \ lflashlight.pdf rflashlight.pdf \ - statist.jpg statist.eps statist.pdf + statist.jpg statist.eps statist.pdf \ + bc_notes README.DGAWK # Get rid of generated files when cleaning @@ -273,7 +275,7 @@ AWKCARD = awkcard.ps # make pgawk.1 a link to gawk.1 in the installed man directory. # We want hard links for install-data-hook, below -LN = ln +LN = ln -f all: all-am .SUFFIXES: |