# use -ms and change .LS  .LE   to  .DS  .DE  if you don't have msun macros

NRFILES = 32-bit-compatibility.nr cmd-cpl.nr intro.nr\
          32-bit-paper.nr diagnostics.nr time.nr\
	  bitfields.nr ext-add.nr unix-forth.nr windows.nr\
	  self-understanding.nr forth.nr

.SUFFIXES: .nr .ms .man .tms

.ms.nr:
	nroff -msun $*.ms >$@

.tms.nr:
	tbl $*.tms | nroff -msun >$@

.man.nr:
	nroff -man $*.man >$@

nroff: $(NRFILES)

print: forth.man
	iroff -man forth.man
