diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-01 22:48:19 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-01 22:48:19 +0000 |
commit | 731ca5a62e4680dc3ba29add2dedb1eb6eabef8b (patch) | |
tree | 97d34c3a25103e4d40e331eaa086257ab7bdf6b8 /gnu/usr.bin/texinfo/Makefile.bsd-wrapper | |
parent | 3bce496f29365587e3d2cb639a58233892184c60 (diff) |
updates for 3.11
Diffstat (limited to 'gnu/usr.bin/texinfo/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index c627d468b04..7810c8d2a1b 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $Id: Makefile.bsd-wrapper,v 1.19 1997/08/01 18:11:32 kstailey Exp $ +# $Id: Makefile.bsd-wrapper,v 1.20 1997/08/01 22:48:18 kstailey Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info emacs/Makefile -MAN= info/info.1 -SUBDIRS= libtxi makeinfo info util +NOMAN= # info.1 manpage passed into obsolescence +SUBDIRS= intl lib info makeinfo po util doc GNUCFLAGS= CFLAGS="$(CFLAGS)" FSFMAKE= ${MAKE} SUBDIRS="$(SUBDIRS)" $(GNUCFLAGS) $(INFODIR) $(INFOPATH) |