home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emx / gnu / doc / makedvi.bat < prev    next >
Encoding:
DOS Batch File  |  1992-08-28  |  1.6 KB  |  116 lines

  1. @set tex=tex386
  2. @goto %1
  3. goto end
  4.  
  5. :gcc
  6. %tex% gcc
  7. texindex gcc.cp gcc.ky
  8. %tex% gcc
  9. del gcc.aux
  10. del gcc.cp
  11. del gcc.cps
  12. del gcc.fn
  13. del gcc.ky
  14. del gcc.kys
  15. del gcc.log
  16. del gcc.pg
  17. del gcc.toc
  18. del gcc.tp
  19. del gcc.vr
  20. %tex% cpp
  21. texindex cpp.cp cpp.fn
  22. %tex% cpp
  23. del cpp.aux
  24. del cpp.cp
  25. del cpp.cps
  26. del cpp.fn
  27. del cpp.fns
  28. del cpp.ky
  29. del cpp.log
  30. del cpp.pg
  31. del cpp.toc
  32. del cpp.tp
  33. del cpp.vr
  34. goto end
  35.  
  36. :gdb
  37. %tex% refcard
  38. del refcard.log
  39. %tex% gdb-all
  40. texindex gdb-all.cp gdb-all.fn gdb-all.vr
  41. %tex% gdb-all
  42. del gdb-all.aux
  43. del gdb-all.cp
  44. del gdb-all.cps
  45. del gdb-all.fn
  46. del gdb-all.fns
  47. del gdb-all.ky
  48. del gdb-all.log
  49. del gdb-all.pg
  50. del gdb-all.toc
  51. del gdb-all.tp
  52. del gdb-all.vr
  53. del gdb-all.vrs
  54. %tex% gdbint
  55. %tex% gdbint
  56. del gdbint.aux
  57. del gdbint.cp
  58. del gdbint.fn
  59. del gdbint.ky
  60. del gdbint.log
  61. del gdbint.pg
  62. del gdbint.toc
  63. del gdbint.tp
  64. del gdbint.vr
  65. goto end
  66.  
  67. :texinfo
  68. %tex% texinfo2
  69. texindex texinfo2.cp texinfo2.fn
  70. %tex% texinfo2
  71. del texinfo2.aux
  72. del texinfo2.cp
  73. del texinfo2.cps
  74. del texinfo2.fn
  75. del texinfo2.fns
  76. del texinfo2.ky
  77. del texinfo2.log
  78. del texinfo2.pg
  79. del texinfo2.toc
  80. del texinfo2.tp
  81. del texinfo2.vr
  82. goto end
  83.  
  84. :libgpp
  85. %tex% libgpp
  86. %tex% libgpp
  87. del libgpp.aux
  88. del libgpp.cp
  89. del libgpp.fn
  90. del libgpp.ky
  91. del libgpp.log
  92. del libgpp.pg
  93. del libgpp.toc
  94. del libgpp.tp
  95. del libgpp.vr
  96. goto end
  97.  
  98. :iostream
  99. %tex% iostream
  100. texindex iostream.cp iostream.fn
  101. %tex% iostream
  102. del iostream.aux
  103. del iostream.cp
  104. del iostream.cps
  105. del iostream.fn
  106. del iostream.fns
  107. del iostream.ky
  108. del iostream.log
  109. del iostream.pg
  110. del iostream.toc
  111. del iostream.tp
  112. del iostream.vr
  113. goto end
  114.  
  115. :end
  116.