#### # # This makefile generates human-readable document forms from the common troff # source. It uses the mkdocs shell script, q.v. # # NOTE: The "all:" rule in this Makefile is suboptimal. See the discussion in # ./conventions/Makefile for why this is the case. # MKDOCS = /users/gfisher/bin/mkdocs all: *.ps %.ps: %.me @ echo Making $< @ csh -c "$(MKDOCS) $<" @ echo " " # # This rule forces a complete remake, independent of file dates. # force-all: @ csh -c conventions/.make-all.csh @ rm -f toc*.*