Add doc to SUBDIR

This commit is contained in:
Andrey A. Chernov 1995-01-16 17:56:20 +00:00
parent 98f978a585
commit 23a4e9ded7
2 changed files with 6 additions and 2 deletions

View File

@ -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; \

View File

@ -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