Skip to content
Snippets Groups Projects
Commit e092afcd authored by aviau's avatar aviau Committed by Guillaume Roguez
Browse files

Makefile: clean the right docs directory

The Makefile no longer uses `docs/Makefile` to build
the docs, so we shouldn't use it to clean them. This
patch updates the clean target to remove the right
directory.

Change-Id: I6746f338ddeb5c5a316b4df158d399574b5d0b8a
Tuleap: #749
parent c72f2ad4
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ env:
clean:
rm -rf env
make -C docs clean
rm -rf docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment