summaryrefslogtreecommitdiff
path: root/app/doc/clean-html.cmake
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-06-01 17:08:47 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-06-01 17:08:47 +0200
commitd0b6a8a4ec298024f14f704f9e40a6f9d324ccf3 (patch)
tree8645f5abd7b89361a1c5ab67e0195c84bc2ceab0 /app/doc/clean-html.cmake
parentc2b8ba9336499ac930802e957f0d150399f3191e (diff)
parentabf57604846230dc26afe8011aefb8e7bcc34333 (diff)
Merge debian/watchdebian/1_5.1.2a-1
Diffstat (limited to 'app/doc/clean-html.cmake')
-rw-r--r--app/doc/clean-html.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/doc/clean-html.cmake b/app/doc/clean-html.cmake
deleted file mode 100644
index d3b6908..0000000
--- a/app/doc/clean-html.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-FILE(GLOB_RECURSE ALL_FILES *)
-
-IF(ALL_FILES)
- FILE(REMOVE ${ALL_FILES})
-ENDIF(ALL_FILES)
-