aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:56:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:56:20 +0000
commit23a4e9ded7a7cdf605bcb5dd00b9336ac13fa7b1 (patch)
tree1abb6dc19a5b333fec985a9635567669560afcfa /gnu
parent98f978a585331a92a4e3ce1066de1ffd1cc72480 (diff)
downloadsrc-23a4e9ded7a7cdf605bcb5dd00b9336ac13fa7b1.tar.gz
src-23a4e9ded7a7cdf605bcb5dd00b9336ac13fa7b1.zip
Add doc to SUBDIR
Notes
Notes: svn path=/head/; revision=5660
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libreadline/Makefile4
-rw-r--r--gnu/lib/libregex/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index f1eb6650e1ab..8c150f3f3417 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1994/11/01 17:32:46 ache Exp $
+# $Id: Makefile,v 1.17 1994/12/06 03:15:02 ache Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H
@@ -12,6 +12,8 @@ MAN3= readline.3
DPADD+= $(LIBTERMCAP)
LDADD+= -ltermcap
+SUBDIR+= doc
+
beforeinstall:
@-if [ ! -d ${DESTDIR}/usr/include/readline ]; then \
mkdir ${DESTDIR}/usr/include/readline; \
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 72516e5c8b68..9ced33f13b26 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.9 1994/09/15 19:52:50 bde Exp $
+# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
LIB= gnuregex
@@ -6,6 +6,8 @@ CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
SRCS= regex.c
NOMAN= noman
+SUBDIR+= doc
+
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h