commit | 55525274daac1ccb1104878fdfeb6afa2c498486 | [log] [tgz] |
---|---|---|
author | llp <llp@onlab.us> | Wed Aug 02 14:32:36 2017 -0700 |
committer | llp <llp@onlab.us> | Wed Aug 02 14:32:36 2017 -0700 |
tree | 31f4f6192130e2c4de8d1a82f86b6510b2c05865 | |
parent | a5fcefda2e0383bff199b34f30f94b811cb6f749 [diff] [blame] |
made clean more robust Change-Id: Ic83b2574e5f9d5efd57d1792137e16dc282f3a06
diff --git a/docs/Makefile b/docs/Makefile index d6ccfd1..371c8ad 100644 --- a/docs/Makefile +++ b/docs/Makefile
@@ -17,6 +17,10 @@ rm test; \ rm profiles; \ rm xos; \ - rm xos-gui - + rm xos-gui; \ + rm -f ../platform-install/docs/docs; \ + rm -f ../../test/cord-tester/docs/docs; \ + rm -f ../../orchestration/xos/docs/docs; \ + rm -f ../../orchestration/xos-gui/docs/docs; \ + rm -f ../../orchestration/profiles/profiles