#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/octave-pkg-dev/octave-pkg.mk

OCTPKG_EXCLUDE_TEST = sympref.m ezplot.m ezplot3.m

install/octave-symbolic:
	# Remove the extraneous Windows batch script
	rm -rf $$(find debian/octave-symbolic -name bin)
