X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cleanup-script.sh;h=da84ad79c83fed61932bd0602d3b858cc787a991;hb=4da52e0c8e46adb5d6674b29e87fe4d35e2833aa;hp=39fd20beb1112cb87de9235d64b88648cc525827;hpb=08d2102f0f2bf83f6f721256ddfe9bc7facf8595;p=debian%2Ftar diff --git a/cleanup-script.sh b/cleanup-script.sh index 39fd20be..da84ad79 100755 --- a/cleanup-script.sh +++ b/cleanup-script.sh @@ -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,8 @@ 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 +