# makefile for Vkernel/libc documentation

.SUFFIXES: .press .mss

.mss.press: 
	scribe $*.mss

manual.press: manual.mss titlepage.mss overview.mss \
		operations.mss exceptions.mss devices.mss perform.mss \
		internals.mss maintain.mss 
	scribe manual.mss

clean:
	-rm -f *.CKP *.err *.otl
