Skip to content

Commit

Permalink
zip needs to recurse
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed May 11, 2012
1 parent 5d424a5 commit 0e764e4
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 @@ -89,7 +89,7 @@ documentation:
release: ${TARGETS} documentation
rm docs/*.aux docs/*.log docs/*.out docs/*.tex docs/*.toc docs/*.dot
tar cz docs *.stl > plsq-leshy-compiled-`date +'%Y.%m.%d'`.tar.gz
zip plsq-leshy-compiled-`date +'%Y.%m.%d'`.zip docs *.stl
zip -r plsq-leshy-compiled-`date +'%Y.%m.%d'`.zip docs *.stl

clean_intermediates:
rm -rf *.deps *.stl.scad docs
Expand Down

0 comments on commit 0e764e4

Please sign in to comment.