minor change
This commit is contained in:
parent
e0fa56f84f
commit
f6040ea3bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ update_doxygen_online:
|
|||
git checkout gh-pages
|
||||
rm -fr html
|
||||
mv /tmp/github-html html
|
||||
cd html ; -git rm $(shell git ls-files --deleted)
|
||||
-cd html ; git rm $(shell git ls-files --deleted)
|
||||
git commit -m "Doxygen update"
|
||||
git checkout master
|
||||
|
||||
|
|
Loading…
Reference in a new issue