From 9857b9a9efe6b39e403516ccff107a9a8bfa7cf7 Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 5 May 1995 19:53:59 +0000 Subject: [PATCH] Create doc/Makefile. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@417 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9539335b9..cda4e5a6e 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(Collection.m) # configure.in for GNU Objective-C library # Process this file with autoconf to produce a configure script. # -# Copyright (C) 1993,1994 Free Software Foundation, Inc. +# Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc. # # Written by: R. Andrew McCallum # Dept. of Computer Science, U. of Rochester, Rochester, NY 14627 @@ -287,4 +287,4 @@ AC_CHECK_LIB(nsl, main) #-------------------------------------------------------------------- # Write the Makefiles #-------------------------------------------------------------------- -AC_OUTPUT(Makefile checks/Makefile examples/Makefile objects/config.h) +AC_OUTPUT(Makefile checks/Makefile examples/Makefile doc/Makefile objects/config.h)