# makefile for Vkernel/libc documentation

.SUFFIXES: .press .mss

.mss.press: 
	scribe $*.mss

manual.press: manual.mss mem.mss numeric.mss others.mss emt.mss process.mss io.mss
	scribe manual.mss

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