fix documentation makefile clean rule

This commit is contained in:
arvidn 2016-02-18 19:18:10 -05:00
parent d49e7443a0
commit 55654b6567
1 changed files with 1 additions and 1 deletions

View File

@ -120,5 +120,5 @@ ifneq ($(STAGE),)
endif
clean:
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf) $(FIGURES:=.png) $(FIGURES:=.eps) settings.rst todo.html reference*.html reference*.rst stats_counters.rst manual.rst
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf) $(FIGURES:=.png) $(FIGURES:=.eps) $(REFERENCE_TARGETS:=.rst) settings.rst todo.html reference*.html stats_counters.rst