mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
34ace7fa18
commit
31de0d5478
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue