#!/bin/sh

# write here the location of the latex_make.mak (inside the '"'-s)
# Note that this is also done by the "install" target
LATEX_MAKE_MAKEFILE="@LATEX_MAKE_MAKEFILE@"

make -f "${LATEX_MAKE_MAKEFILE}" "$@"
