remove documentation output in clean
authorMikhail Terekhov <terekhov@emc.com>
Fri, 20 Jan 2017 04:50:11 +0000 (23:50 -0500)
committerMikhail Terekhov <terekhov@emc.com>
Fri, 20 Jan 2017 04:50:11 +0000 (23:50 -0500)
Makefile

index ad02d935da8d166a93e40b0bcbe1445b1909544b..491278e4dc290469c7a501add98173971fbabf00 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -432,6 +432,7 @@ t/fio-verify-state: $(T_VS_OBJS)
 
 clean: FORCE
        @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d oslib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
 
 clean: FORCE
        @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d oslib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
+       @rm -rf  doc/output
 
 distclean: clean FORCE
        @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf fiologparser_hist.pdf
 
 distclean: clean FORCE
        @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf fiologparser_hist.pdf