#
#  GNUmakefile for GNUstep docs directory
#  Copyright (C) 1995 Free Software Foundation, Inc.
#
#  Written by:	Adam Fedor <fedr@gnu.org>
#
#  This file is part of GNUstep.
#
#  This package is free software; you can redistribute it and/or
#  modify it under the terms of the GNU Library General Public
#  License as published by the Free Software Foundation; either
#  version 2 of the License, or (at your option) any later version.
#
#  This package is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
#  Library General Public License for more details.
#
#  You should have received a copy of the GNU Library General Public
#  License along with this library; if not, write to the Free
#  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles

include $(GNUSTEP_MAKEFILES)/common.make

include ../Version

MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
TEXI2HTML = texi2html

ORIG_FILES = \
version.tmpl.texi \
install.tmpl.texi \
readme.tmpl.texi \
announce.tmpl.texi \
news.tmpl.texi

TEXI_FILES = \
version.texi \
install.texi \
readme.texi \
announce.texi \
news.texi

TEXT_FILES = \
INSTALL README ANNOUNCE NEWS

INFO_FILES = 
PS_FILES = 
HTML_FILES = 
DVI_FILES = 

all: text

-include Makefile.postamble




