File: make_doc_clean.patch

package info (click to toggle)
fenics-ffcx 1%3A0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 8,246; ansic: 109; makefile: 58
file content (14 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: ffcx/doc/Makefile
===================================================================
--- ffcx.orig/doc/Makefile	2021-03-09 11:07:15.589349230 +0100
+++ ffcx/doc/Makefile	2021-03-09 11:14:35.917653550 +0100
@@ -12,6 +12,9 @@
 help:
 	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
+clean:
+	@rm -rf "$(SOURCEDIR)"/_autogenerated "$(BUILDDIR)"
+
 .PHONY: help Makefile
 
 # Catch-all target: route all unknown targets to Sphinx using the new