X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=371e366a1cd55408712c356d3b0734b89e554e2a;hb=4c55ba4dc020ef50e1da664ac290c235f5845a7d;hp=8a4d80e8a26e08b1fac2180c5b53cbcdfc7f80dc;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index 8a4d80e..371e366 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,22 +19,13 @@ pintos.ps: pintos.dvi pintos.pdf: $(TEXIS) texi2pdf $< -o $@ -%.eps: %.jgr - (jgraph $< > $@.tmp && mv $@.tmp $@) || touch $@ - -%.png: %.eps - convert $< $@ - -%.pdf: %.eps - epstopdf $< --outfile=$@ - clean: - rm -f *.info *.html *.png + rm -f *.info *.html rm -f *.dvi *.pdf *.ps *.log *~ rm -rf WWW dist: pintos.html pintos.pdf rm -rf WWW mkdir WWW WWW/specs - cp *.html *.png *.pdf *.css WWW + cp *.html *.pdf *.css *.tmpl WWW (cd ../specs && cp -r *.pdf freevga kbd sysv-abi-update.html ../doc/WWW/specs)