Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d07d7ab417d79053e7e0155c99e1a1c8 > files > 2546

mlton-20100608-3.fc15.i686.rpm

#
# Build all documentation
#

all:
	(cd pictures; make)
	(cd html; make)
	(cd latex; make)

clean:
	(cd pictures; make clean)
	(cd html; make clean)
	(cd latex; make clean)