Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1682

/shark/branches/xen/oslib/docs/makefile
File deleted
/shark/branches/xen/oslib/docs/Makefile
0,0 → 1,19
all: man.ps
 
oslib.dvi: oslib.tex
latex oslib
latex oslib
 
man.ps: oslib.dvi
dvips oslib -o man.ps
 
clean :
rm -f *.log
rm -f *~
rm -f *.aux
rm -f *.dvi
rm -f man.ps
rm -f *.ind
rm -f *.idx
rm -f *.ilg
rm -f *.toc