mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
Merge pull request #26 from dbkinder/master
doc: Update publish process in Makefile
This commit is contained in:
commit
9037ce8caf
1
Makefile
1
Makefile
@ -44,6 +44,7 @@ publish:
|
|||||||
rm -fr $(PUBLISHDIR)/*
|
rm -fr $(PUBLISHDIR)/*
|
||||||
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
|
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
|
||||||
cp scripts/publish-README.md $(PUBLISHDIR)/README.md
|
cp scripts/publish-README.md $(PUBLISHDIR)/README.md
|
||||||
|
cd $(PUBLISHDIR); git add -A; git commit -s -m "publish"; git push origin master;
|
||||||
|
|
||||||
|
|
||||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||||
|
Loading…
Reference in New Issue
Block a user