PLIK = drzewobst

all:
#	texi2pdf $(PLIK).tex
	texi2pdf $(PLIK).tex -s -o ./DrzewaBST.pdf

s: all
	cp $(PLIK).pdf ~/public_html/dl/

c:
	rm -f $(PLIK).aux $(PLIK).log $(PLIK).pdf $(PLIK).toc

g:
#	./plotmake.sh
#	texi2pdf 3_str_mgr.tex -s -o ~/public_html/dl/3str.pdf
	texi2pdf $(PLIK).tex -s -o ~/public_html/dl/DrzewaBST.pdf
	texi2pdf $(PLIK).tex -s -o ./DrzewaBST.pdf
#	gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=CalkowanieNumeryczne.pdf -f ~/public_html/dl/3str.pdf ~/public_html/dl/$(PLIK).pdf
