Introduction
Introduction Statistics Contact Development Disclaimer Help
tOnly clean documentation output directories - sphere - GPU-based 3D discrete e…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 1688082747c477334c7b8e07f41b8dbb44964279
parent 29062a1194177f312f1dc752e7ff4fe477d74e04
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 …
clean:
- -rm -rf $(BUILDDIR)/*
+ -rm -rf $(BUILDDIR)/pdf
+ -rm -rf $(BUILDDIR)/html
html: doxygen-xml
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.