diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:02 +0200 |
commit | 359b557176b9bb2ff1aed2082641eed39c358d0d (patch) | |
tree | f6c2baca2e6a5d06b7bf32e48e475a6b7b1ea262 /app/doc/clean-html.cmake | |
parent | 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 (diff) |
New upstream version 5.1.2aupstream/5.1.2a
Diffstat (limited to 'app/doc/clean-html.cmake')
-rw-r--r-- | app/doc/clean-html.cmake | 6 |
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) - |