File: export.bat

package info (click to toggle)
wp2latex 4.15~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,596 kB
  • sloc: cpp: 62,508; ansic: 10,626; asm: 6,974; makefile: 598; sh: 24
file content (11 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
@rem Placeholder for DOS - do not remove
@rem It also calls chained command sepateted by '&&' if exists.

echo EXPORT %1 %2 %3 %4 %5

if not %2 == && goto NoMake
if not %3 == make goto NoMake

make %4 %5 %6 %7
  
:NoMake