Windows: add missing items to 'clean' rules
[openafs.git] / src / WINNT / netidmgr_plugin / help / NTMakefile
1 #
2 # Copyright (c) 2005 Massachusetts Institute of Technology
3 #
4 # Permission is hereby granted, free of charge, to any person
5 # obtaining a copy of this software and associated documentation files
6 # (the "Software"), to deal in the Software without restriction,
7 # including without limitation the rights to use, copy, modify, merge,
8 # publish, distribute, sublicense, and/or sell copies of the Software,
9 # and to permit persons to whom the Software is furnished to do so,
10 # subject to the following conditions:
11 #
12 # The above copyright notice and this permission notice shall be
13 # included in all copies or substantial portions of the Software.
14 #
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
19 # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
20 # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 # SOFTWARE.
23
24 RELDIR=WINNT\netidmgr_plugin
25 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
26 !INCLUDE ..\..\..\config\NTMakefile.version
27
28 CHMFILE=$(DESTDIR)\root.client\usr\vice\etc\afsplhlp.chm
29
30 install: $(CHMFILE)
31
32 $(CHMFILE): afsplhlp.hhp
33         -hhc $**
34         $(COPY) afsplhlp.chm $(CHMFILE)
35
36 clean::
37         $(DEL) $(CHMFILE) afsplhlp.chm