From: Jens Axboe Date: Sun, 6 Apr 2014 15:57:59 +0000 (-0600) Subject: Merge branch 'master' of ssh://git.kernel.dk/data/git/fio X-Git-Tag: fio-2.1.8~11 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=e413c2ccf8af0a0bce29530568ded346a894cf3d;hp=d1e78e6b0429bac92794fb6f1c24b5078c68da6d Merge branch 'master' of ssh://git.kernel.dk/data/git/fio --- diff --git a/Makefile b/Makefile index 231b4abd..3c9e0ee4 100644 --- a/Makefile +++ b/Makefile @@ -277,7 +277,7 @@ clean: FORCE -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE *.d config-host.mak config-host.h distclean: clean FORCE - @rm -f cscope.out + @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf cscope: @cscope -b -R @@ -285,6 +285,11 @@ cscope: tools/plot/fio2gnuplot.1: @cat tools/plot/fio2gnuplot.manpage | txt2man -t fio2gnuplot > tools/plot/fio2gnuplot.1 +doc: tools/plot/fio2gnuplot.1 + @man -t ./fio.1 | ps2pdf - fio.pdf + @man -t tools/fio_generate_plots.1 | ps2pdf - fio_generate_plots.pdf + @man -t tools/plot/fio2gnuplot.1 | ps2pdf - fio2gnuplot.pdf + install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)