2004-10-20 Stepan Kasal * info/Makefile.am (ginfo_SOURCES): replace $(BUILT_SOURCES) with ``doc.c funs.h''; this reflects the true situation. (infokey_SOURCES): Add funs.h. --- info/Makefile.am 2004-10-20 13:07:26.000000000 +0200 +++ info/Makefile.am 2004-10-20 13:10:10.000000000 +0200 @@ -49,8 +49,8 @@ search.c search.h session.c session.h signals.c signals.h \ termdep.h terminal.c terminal.h tilde.c tilde.h \ variables.c variables.h window.c window.h \ - $(BUILT_SOURCES) -infokey_SOURCES = infokey.c infokey.h key.c key.h + doc.c funs.h +infokey_SOURCES = infokey.c infokey.h key.c key.h funs.h # Files with Info commands defined that makedoc should read. cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \