view prolog/Makefile @ 2:546bfd3988b0

Added unpolished pldoc documentation.
author samer
date Fri, 13 Jan 2012 15:53:04 +0000
parents 0dd31a8c66bd
children 60b7b78b3167
line wrap: on
line source

install:
	install -d $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 ops.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 plml.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 utils.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 dcgu.pl $(INSTALL_PL_TO)