Skip to content

Commit

Permalink
copy *.jpg to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
duckpilot committed Jul 13, 2010
1 parent d831c50 commit e3671ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,4 +45,4 @@ examples:

github:
rsync -a --delete --exclude './' doc/ ../froc.gh-pages/doc/
rsync -a -L --delete --delete-excluded --exclude _build/ --include '*/' --exclude myocamlbuild.ml --include '*.ml' --include '*.js' --include '*.html' --include '*.css' --include '*.png' --exclude '*' examples/ ../froc.gh-pages/examples/
rsync -a -L --delete --delete-excluded --exclude _build/ --include '*/' --exclude myocamlbuild.ml --include '*.ml' --include '*.js' --include '*.html' --include '*.css' --include '*.png' --include '*.jpg' --exclude '*' examples/ ../froc.gh-pages/examples/

0 comments on commit e3671ae

Please sign in to comment.