mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
155a801bc1
This also updates man page with latest changes
12 lines
185 B
Makefile
12 lines
185 B
Makefile
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
|