mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
Add make automation to re-generate man page [ci skip]
This also updates man page with latest changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
all: prepare generate
|
||||
|
||||
prepare:
|
||||
gem install specific_install
|
||||
gem specific_install -l smira/ronn
|
||||
|
||||
generate:
|
||||
cd .. && gom build -o man/gen man/gen.go
|
||||
./gen
|
||||
|
||||
.PHONY: prepare generate
|
||||
Reference in New Issue
Block a user