# Makefile for the Compendium for the 'Makt og Avmakt' Ars Magica Saga. # (C) 1998: Hans Georg Schaathun # $Id: Makefile,v 1.9 1998/05/08 23:55:02 georg Exp georg $ .INTERMEDIATE: # # Production # .PHONY: all articles html all install playerinfo.ps compendium.ps: %: cd make; $(MAKE) $@ # # Clean # .PHONY: clean cleanall cleanps clean: -/bin/rm -f *.log *.aux *.dvi *.bak *~ *.lpr *.toc *.xlg -/bin/rm -f *.ind *.idx *.ilg -/bin/rm -f Chapters/*.aux Parts/*.aux -/bin/rm -f *.gmakelog *.gmakelogg *.glog logg cleanall: clean cd make; $(MAKE) clean cd chaptermake; $(MAKE) clean # End of Makefile ### compendium.raw: compendium.idx ### tex2xindy > $@ < $< ### ### compendium.ind: compendium.raw ### xindy -l compendium.xlg -o $@ tex/isolatin2m.xdy $< ### ### compendium.ind: compendium.idx ### xindy -l compendium.xlg -f tex2xindy -o $@ tex/isolatin2m.xdy $<