Skip to content

Commit

Permalink
fix release filelist
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Mar 4, 2014
1 parent 6917742 commit ef5950c
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 @@ -84,7 +84,7 @@ install_prereqs_ubuntu : check_prereqs
release_filelist:
echo ".UNITTEST"
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 * -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"

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

0 comments on commit ef5950c

Please sign in to comment.