mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
doc: Use 'go generate' again
This commit is contained in:
parent
67f837ff18
commit
9ba60916fb
@ -1,10 +1,10 @@
|
|||||||
# How to generate the doc
|
# How to generate the doc
|
||||||
|
|
||||||
`go run gen.go`
|
`go generate .`
|
||||||
|
|
||||||
# How to run HTTP server
|
# How to run HTTP server
|
||||||
|
|
||||||
`go run server.go`
|
`go run server/main.go`
|
||||||
|
|
||||||
# How to deploy
|
# How to deploy
|
||||||
|
|
||||||
|
@ -14,7 +14,5 @@
|
|||||||
|
|
||||||
package docs
|
package docs
|
||||||
|
|
||||||
// TODO: Remove this file and add copying to gen.go
|
|
||||||
|
|
||||||
//go:generate go run gen.go
|
//go:generate go run gen.go
|
||||||
//go:generate cp -r ../examples/images ./public/examples/
|
//go:generate cp -r ../examples/images ./public/examples/
|
||||||
|
Loading…
Reference in New Issue
Block a user