# $Id: Makefile,v 1.4 2009-03-02 15:22:20 potyra Exp $

# Copyright (C) 2002-2009 FAUmachine Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.

PSOBJ=  hostsupport.pdf internals.pdf justintime.pdf

all: $(PSOBJ)

clean distclean::
	rm -rf $(PSOBJ)

%.pdf: %.tex
	pdflatex $<
	pdflatex $<

clean distclean::
	rm -f *.aux *.log *.blg *.dvi *.toc
