tOnly clean documentation output directories - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1688082747c477334c7b8e07f41b8dbb44964279
(DIR) parent 29062a1194177f312f1dc752e7ff4fe477d74e04
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 2 Sep 2019 11:12:50 +0200
Only clean documentation output directories
Diffstat:
M doc/sphinx/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/doc/sphinx/Makefile b/doc/sphinx/Makefile
t@@ -42,7 +42,8 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
- -rm -rf $(BUILDDIR)/*
+ -rm -rf $(BUILDDIR)/pdf
+ -rm -rf $(BUILDDIR)/html
html: doxygen-xml