summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2011-08-27 18:16:53 -0400
committerTim Kientzle <kientzle@gmail.com>2011-08-27 18:16:53 -0400
commit3544209ac83c54ade00abacfe3362b265d85f30d (patch)
tree50a8b99bf8a24e1260944970638c8436e2d417f3 /doc
parent2f3f9fe7ca277d93b3ba569dedf6d213f51cff32 (diff)
downloadlibarchive-3544209ac83c54ade00abacfe3362b265d85f30d.tar.gz
Fix some warnings in make distcheck.
SVN-Revision: 3653
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/update.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/update.sh b/doc/update.sh
index daea312c..9526d95a 100755
--- a/doc/update.sh
+++ b/doc/update.sh
@@ -14,7 +14,7 @@ cd ..
# Build Makefile in 'man' directory
cd man
chmod +w .
-rm -f *.[135]
+rm -f *.[135] Makefile
echo > Makefile
echo "default: all" >>Makefile
echo >>Makefile
@@ -33,7 +33,7 @@ cd ..
test -d text || mkdir text
cd text
chmod +w .
-rm -f *.txt
+rm -f *.txt Makefile
echo > Makefile
echo "default: all" >>Makefile
echo >>Makefile
@@ -52,7 +52,7 @@ cd ..
test -d pdf || mkdir pdf
cd pdf
chmod +w .
-rm -f *.pdf
+rm -f *.pdf Makefile
echo > Makefile
echo "default: all" >>Makefile
echo >>Makefile
@@ -71,7 +71,7 @@ cd ..
test -d html || mkdir html
cd html
chmod +w .
-rm -f *.html
+rm -f *.html Makefile
echo > Makefile
echo "default: all" >>Makefile
echo >>Makefile
@@ -90,7 +90,7 @@ cd ..
test -d wiki || mkdir wiki
cd wiki
chmod +w .
-rm -f *.wiki
+rm -f *.wiki Makefile
echo > Makefile
echo "default: all" >>Makefile
echo >>Makefile