all:
	tex rotating.ins
	latex rotating.dtx

clean:
	-rm *.dvi *.aux *.log *.tmp  *.toc *.lof *.lot *.idx 	
	-rm rotating.sty
