#!/bin/sh

# The LPML build process needs a wrapper make the Makefile correctly,
# since you must be in the Makefile's current directory to make it
# correctly. This assumes you are in loncapa's base CVS dir, which is
# where the build process works from.

#cd loncom/html/adm/help/
make
