changeset 2504:e8e0f57ce4fa

[project @ 1996-11-13 03:55:40 by jwe]
author jwe
date Wed, 13 Nov 1996 03:55:40 +0000
parents 74ff573c11cc
children fea92d9ce972
files info/ChangeLog info/Makefile.in
diffstat 2 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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