author: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
committer: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
commit: 868b2b66b564b5c00e3a74d10be45db7151627ac
parent: cce2ae8d3312493b7653358bb4af201d3271377b
Commit Summary:
Diffstat:
1 file changed, 32 insertions, 0 deletions
diff --git a/doc/autogen-examples/auto-clean.sh b/doc/autogen-examples/auto-clean.sh
new file mode 100755
index 0000000..eda502f
--- /dev/null
+++ b/doc/autogen-examples/auto-clean.sh
@@ -0,0 +1,40 @@
+#!/bin/sh
+
+cd ../..
+
+if [ -f "Makefile" ] ; then
+ make distclean
+fi
+
+rm -rf autom4te.cache
+
+rm -f Makefile
+rm -f Makefile.in
+rm -f config.h
+rm -f config.h.in
+rm -f config.log
+rm -f config.status
+rm -f compile config.guess config.sub
+rm -f configure
+rm -f install-sh
+rm -f ltmain.sh
+rm -f missing
+rm -f stamp-h1
+rm -f aclocal.m4
+rm -f depcomp
+
+rm -rf mpu/.deps
+rm -f mpu/Makefile
+rm -f mpu/Makefile.in
+
+rm -f po/Makefile
+rm -f po/Makefile.in
+rm -f po/POTFILES
+rm -f po/remove-potcdate.sed
+rm -f po/stamp-po
+rm -f po/*.gmo
+rm -f po/*~
+
+rm -f m4/*~
+
+rm -f *~