X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cleanup-script.sh;fp=cleanup-script.sh;h=684ac91414a1f273819612c8463876f4d1fde32f;hb=c286dbf484dc985fb63d5c677fc8cd91b5b1d0f6;hp=39fd20beb1112cb87de9235d64b88648cc525827;hpb=08d2102f0f2bf83f6f721256ddfe9bc7facf8595;p=debian%2Ftar diff --git a/cleanup-script.sh b/cleanup-script.sh index 39fd20be..684ac914 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,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