Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
390 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the translated files (resource, help)
  3. !include ..\rules.mk
  4. TMPHPJ = tmp.hpj
  5. TMPHLP = $(TMPHPJ:.hpj=.hlp)
  6. .SUFFIXES: .doc .rtf
  7. WW2RTF = $(UI)\shell\tools\ww2rtfp.exe
  8. HC = $(UI)\shell\tools\hc.exe
  9. HELPDOCS = error.doc gloss.doc helpbox.doc tasks.doc
  10. HELPRTFS = $(HELPDOCS:.doc=.rtf)
  11. .doc.rtf:
  12. -del $*.rtf
  13. $(WW2RTF) $*.doc