#!/usr/bin/make -f
# Makefile for the Smail administration guide;
# See README in this directory for details, including
# information about copyright and lack of warranty.

PARTS= intro install config cookbook utilities

ROFF=groff
CATPARTS=zcat $(PARTS)

ascii-overstruck:
	@$(CATPARTS) | $(ROFF) -ms -Tascii -

plain:
	@$(CATPARTS) | $(ROFF) -ms -Tascii - | col -b

ps:
	@$(CATPARTS) | $(ROFF) -ms -Tps -
