mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-10 06:14:22 +00:00
Rework man generator with new go install format
With previous version, `go install` automatically picks up package `man` and installs `gen.go` as `main` to the $GOPATH/bin which is not what is expected. Move man page generator to separate private folder.
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ prepare:
|
||||
gem specific_install -l smira/ronn
|
||||
|
||||
generate:
|
||||
go run gen.go
|
||||
go run ../_man/gen.go
|
||||
|
||||
.PHONY: prepare generate
|
||||
|
||||
Reference in New Issue
Block a user