Standardize License information
[openafs.git] / src / WINNT / license / lang / NTMakefile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # make compiler warnings fatal
9 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
10
11 # include the primary makefile
12 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
13 !INCLUDE ..\..\..\config\NTMakefile.version
14
15 ############################################################################
16
17 install :
18     @$(DESTDIR)\bin\sgml2rtf -1252 en_US.ide
19     @$(DESTDIR)\bin\sgml2rtf -932 ja_JP.ide
20     @$(DESTDIR)\bin\sgml2rtf -949 ko_KR.ide
21     @$(DESTDIR)\bin\sgml2rtf -936 zh_CN.ide
22     @$(DESTDIR)\bin\sgml2rtf -950 zh_TW.ide
23     @$(DESTDIR)\bin\sgml2rtf -1252 pt_BR.ide
24     @$(DESTDIR)\bin\sgml2rtf -1252 es_ES.ide
25     @$(DESTDIR)\bin\sgml2rtf -1252 de_DE.ide
26