Create doc/Makefile.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-05-05 19:53:59 +00:00
parent 34ace7fa18
commit 31de0d5478

View file

@ -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 <mccallum@cs.rochester.edu>
# 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)