Skip to content

Commit

Permalink
update release filelist
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Nov 21, 2014
1 parent ac7cedb commit b73d0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ release_filelist:
echo ".mlintopts"
find * -type f | grep -v "pod-build" | grep -v "\.valgrind" | grep -v "\.viewer-prefs" | grep -v "\.out" | grep -v "\.autosave" | grep -v "\.git" | grep -v "\.tmp" | grep -v "drake_config\.mat" | grep -v "DoxygenMatlab" | grep -v "\.aux" | grep -v "\.d" | grep -v "\.log" | grep -v "\.bib"
find pod-build/lib -type f
find pod-build/bin -type f
-find pod-build/bin -type f 2> /dev/null

clean:
-if [ -e pod-build/install_manifest.txt ]; then rm -f `cat pod-build/install_manifest.txt`; fi
Expand Down

0 comments on commit b73d0f0

Please sign in to comment.