
test:
	../sources.cc/wp2latex -i RTassays2.wp -o RTassays.tex
	../sources.cc/wp2latex -i torture4.wp -o torture.tex
	../sources.cc/wp2latex -i chars5.wp -o chars5.tex
	../sources.cc/wp2latex -i equation5.wp -o equation.tex
	../sources.cc/wp2latex -i test5.wp -o test.tex	
	../sources.cc/wp2latex -i chars6.wp -o chars6.tex	
	../sources.cc/wp2latex -i ole6.wpd -o ole6.tex
	../sources.cc/wp2latex -i crypt1.wp -o crypt1.tex -s FRIDRICH
	../sources.cc/wp2latex -i crypt3.wp -o crypt3.tex -s a
	../sources.cc/wp2latex -i crypt4.wp -o crypt4.tex -s wp4

testltx: test
	cp ../styles.tex/*.sty ./
	cp ../styles.tex/*.def ./
	latex equation.tex
#	latex test.tex
	latex chars5.tex
	latex crypt1.tex
	latex crypt3.tex
	latex crypt4.tex
	latex ole6.tex

clean:
	rm -f *.tex *.dvi *.aux *.log *.ent *.toc *.pdf *.eps *.ps *.idx .nfs*
	rm -f *.sty *.def