Skip to content

Commit

Permalink
use file list to exclude when copying from source
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Aug 14, 2017
1 parent cee4386 commit c9f02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git checkout $(cd $SOURCEDOCDIR; git branch | grep ^\* | cut -b2-)
echo '=========================================================================='
echo "copy/update files from the documentation"
echo '--------------------------------------------------------------------------'
rsync -rt --exclude Makefile --exclude conf.py --exclude locale --exclude --make.bat --exclude welcome-letter.txt $SOURCEDOCDIR ..
rsync -rt --exclude-from not_to_be_copied.txt $SOURCEDOCDIR ..
rm api.rst

echo "done copying/updating files from documentation"
Expand Down

0 comments on commit c9f02c6

Please sign in to comment.