Commit e6e02643 authored by Richard Berger's avatar Richard Berger
Browse files

Fix clean-all in docs Makefile

parent 1d9ad557
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,11 +49,11 @@ help:

# ------------------------------------------

clean-all:
clean-all: clean
	rm -rf $(BUILDDIR)/* utils/txt2html/txt2html.exe

clean:
	rm -rf $(RSTDIR) html
	rm -rf $(RSTDIR) html old epub
	rm -rf spelling

clean-spelling: