Commit 53ca5d4f by Jeffrey A Law Committed by Jeff Law

Makefile.in (install targets): Add a dummy target for sunos make.

        * Makefile.in (install targets): Add a dummy target for sunos make.
        (SUBDIR): Remove 'info'.  It's unneeded.

From-SVN: r16252
parent 8d4e65a6
Fri Oct 31 09:39:31 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (install targets): Add a dummy target for sunos make.
(SUBDIR): Remove 'info'. It's unneeded.
Wed Oct 29 22:56:46 1997 Robert Lipe (robertl@dgii.com) Wed Oct 29 22:56:46 1997 Robert Lipe (robertl@dgii.com)
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems * info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
......
# Makefile for Texinfo distribution. # Makefile for Texinfo distribution.
# $Id: Makefile.in,v 1.2 1997/09/03 04:25:21 law Exp $ # $Id: Makefile.in,v 1.5 1998/03/17 01:38:14 manfred Exp $
# #
# Copyright (C) 1993, 96 Free Software Foundation, Inc. # Copyright (C) 1993, 96 Free Software Foundation, Inc.
...@@ -67,7 +67,7 @@ VERSION = 3.9 ...@@ -67,7 +67,7 @@ VERSION = 3.9
DISTNAME = texinfo-$(VERSION) DISTNAME = texinfo-$(VERSION)
# Subdirectories that have makefiles # Subdirectories that have makefiles
SUBDIRS = libtxi makeinfo info util emacs SUBDIRS = libtxi makeinfo util emacs
# All subdirectories that go into a distribution # All subdirectories that go into a distribution
ALL_SUBDIRS = $(SUBDIRS) makeinfo/macros ALL_SUBDIRS = $(SUBDIRS) makeinfo/macros
...@@ -89,6 +89,8 @@ dvi: texinfo.dvi license.dvi lgpl.dvi ...@@ -89,6 +89,8 @@ dvi: texinfo.dvi license.dvi lgpl.dvi
.PHONY: install installdirs installcheck install-info uninstall .PHONY: install installdirs installcheck install-info uninstall
install installdirs installcheck install-info uninstall:
Makefile: Makefile.in config.status Makefile: Makefile.in config.status
$(SHELL) ./config.status $(SHELL) ./config.status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment