]> git.cworth.org Git - tar/blobdiff - cleanup-script.sh
upstream: Fix extraction of device nodes.
[tar] / cleanup-script.sh
index 39fd20beb1112cb87de9235d64b88648cc525827..684ac91414a1f273819612c8463876f4d1fde32f 100755 (executable)
@@ -4,6 +4,7 @@
 #      Copyright 2009 by Bdale Garbee.  GPL v2 or any later version.
 #
 
+git rm -rf doc
 rm -rf doc
 
 # This is a shell archive (produced by GNU sharutils 4.6.3).
@@ -217,4 +218,7 @@ then ${echo} 'x - removed lock directory `'${lock_dir}\''.'
 else ${echo} 'x - failed to remove lock directory `'${lock_dir}\''.'
   exit 1
 fi
+
+git add doc/Makefile doc/Makefile.in doc/README
+
 exit 0