summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/confproc/cleancls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/confproc/cleancls.sh')
-rw-r--r--Master/texmf-dist/doc/latex/confproc/cleancls.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/confproc/cleancls.sh b/Master/texmf-dist/doc/latex/confproc/cleancls.sh
new file mode 100644
index 00000000000..50a733167fd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/confproc/cleancls.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+mkdir backup #--- move the files to be kept
+mv confproc.dtx backup/
+mv confproc_diag.pdf backup/
+mv confproc-short.tex backup/
+mv confproc-short.pdf backup/
+mv buildcls.sh backup/
+cp cleancls.sh backup/
+rm *.* #--- clean up!
+mv backup/* . #--- move the backed up files
+rm -r backup #--- remove the temporary backup folder