From fd001d6fdbe27c82db3c4a36b984f7e2a8f2fbfd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Aug 1998 17:38:00 +0000 Subject: Posix users manual now makes multiple info files. --- doc/posix_users/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/posix_users') diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile index de2fdfde4e..fe57b61ea4 100644 --- a/doc/posix_users/Makefile +++ b/doc/posix_users/Makefile @@ -24,8 +24,8 @@ FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \ INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*) info: dirs $(PROJECT) -# cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL) - cp $(PROJECT) $(INFO_INSTALL) + cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL) + #cp $(PROJECT) $(INFO_INSTALL) posix_users: $(FILES) $(MAKEINFO) $(PROJECT).texi -- cgit v1.2.3