# Copyright 2000, International Business Machines Corporation and others.
# All Rights Reserved.
# 
# This software has been released under the terms of the IBM Public
# License.  For details, see the LICENSE file in the top-level source
# directory or online at http://www.openafs.org/dl/license10.html

# make compiler warnings fatal
AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX

# include the primary makefile
RELDIR=WINNT\license\lang
!INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
!INCLUDE ..\..\..\config\NTMakefile.version

############################################################################

install :
    @$(DESTDIR)\bin\sgml2rtf -1252 en_US.ide
    @$(DESTDIR)\bin\sgml2rtf -932 ja_JP.ide
    @$(DESTDIR)\bin\sgml2rtf -949 ko_KR.ide
    @$(DESTDIR)\bin\sgml2rtf -936 zh_CN.ide
    @$(DESTDIR)\bin\sgml2rtf -950 zh_TW.ide
    @$(DESTDIR)\bin\sgml2rtf -1252 pt_BR.ide
    @$(DESTDIR)\bin\sgml2rtf -1252 es_ES.ide
    @$(DESTDIR)\bin\sgml2rtf -1252 de_DE.ide

clean :: 
	$(DEL) *.rtf

mkdir:
