home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / tex2rtf / docs / Makefile < prev    next >
Makefile  |  2002-08-07  |  739b  |  37 lines

  1. #
  2. # File:        Makefile
  3. # Author:    Julian Smart
  4. # Created:    1999
  5. #
  6. # Makefile : Builds Tex2RTF manual
  7. #
  8.  
  9. DOCDIR=..
  10. LOCALDOCDIR=.
  11.  
  12. DOCSOURCES=tex2rtf.tex
  13.  
  14. all: tex2rtf.htb
  15.  
  16. hlp: tex2rtf.hlp
  17. htb: tex2rtf.htb
  18. html: tex2rtf.html
  19. htmlhelp: tex2rtf.chm
  20. pdfrtf: tex2rtf_rtf.rtf
  21.  
  22. tex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
  23.     tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtf
  24.  
  25. tex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini
  26.     tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelp
  27.  
  28. tex2rtf_contents.html:         $(DOCSOURCES) tex2rtf.ini
  29.     tex2rtf tex2rtf.tex tex2rtf.html -twice -html
  30.     rm -f *.con
  31.     rm -f *.ref
  32.     rm -f *.con
  33.     rm -f *.ref
  34.  
  35. tex2rtf.htb:         tex2rtf_contents.html
  36.     zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif
  37.