# Makefile for PowerPC install documentation
#
# Docs are english version and TXT for now
# but could be html, ps or pdf

-include ../config

# ifeq ($(LINGUA),C)
   LINGUA := en
# endif

all:
	debiandoc2text install-chrp.$(LINGUA).sgml
	debiandoc2text install-pmac.$(LINGUA).sgml
	debiandoc2text install-prep.$(LINGUA).sgml
	debiandoc2text install-apus.$(LINGUA).sgml

clean:
	rm -f install-*.txt ybin*
