# HG changeset patch # User jwe # Date 847857340 0 # Node ID e8e0f57ce4fae5c58b4f82e54df90633796c9351 # Parent 74ff573c11cc077724ddff2113c95a61845f3f9b [project @ 1996-11-13 03:55:40 by jwe] diff -r 74ff573c11cc -r e8e0f57ce4fa info/ChangeLog --- a/info/ChangeLog Wed Nov 13 03:51:14 1996 +0000 +++ b/info/ChangeLog Wed Nov 13 03:55:40 1996 +0000 @@ -7,8 +7,8 @@ (info): Don't depend on ../libtxi.a. (info.o): Depend on getopt.h, not $(common)/getopt.h. (.c.o): Don't add -I$(common). - (install, uninstall): Customize for Octave. - (TOPDIR, top_srcdir): For Octave. + (install, uninstall, dist, local-dist): Customize for Octave. + (TOPDIR, top_srcdir, DISTFILES): For Octave. Include $(TOPDIR)/Makeconf, for Octave. Don't add $(common) for dvi or info targets. diff -r 74ff573c11cc -r e8e0f57ce4fa info/Makefile.in --- a/info/Makefile.in Wed Nov 13 03:51:14 1996 +0000 +++ b/info/Makefile.in Wed Nov 13 03:55:40 1996 +0000 @@ -1,5 +1,5 @@ # Makefile for texinfo/info. -*- Indented-Text -*- -# $Id: Makefile.in,v 1.29 1996-11-13 03:50:37 jwe Exp $ +# $Id: Makefile.in,v 1.30 1996-11-13 03:55:40 jwe Exp $ # # Copyright (C) 1993,96 Free Software Foundation, Inc. @@ -97,8 +97,10 @@ infofiles = info.info info-stnd.info +TEXINFO = info.texi info-stnd.texi + DISTFILES = Makefile.in ChangeLog README NEWS info.1 configure.in \ - configure mkinstalldirs $(SOURCES) $(INCLUDES) $(TEXINFO) + configure mkinstalldirs $(SRCS) $(HDRS) $(infofiles) $(TEXINFO) .c.o: $(CC) -c $(CPPFLAGS) $(LDEFS) $(DEFS) -I. -I$(srcdir) $(CFLAGS) $< @@ -149,6 +151,14 @@ realclean: distclean $(RM) info.info info-stnd.info +local-dist: + ln $(DISTFILES) ../`cat ../.fname`/info +.PHONY: local-dist + +dist: + ln $(DISTFILES) ../`cat ../.fname`/info +.PHONY: dist + TAGS: $(SRCS) makedoc-TAGS etags $(SRCS) cat makedoc-TAGS >>TAGS && $(RM) makedoc-TAGS