mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +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:
@@ -80,4 +80,7 @@ goxc:
|
|||||||
gzip root/usr/share/man/man1/aptly.1
|
gzip root/usr/share/man/man1/aptly.1
|
||||||
gom exec goxc -pv=$(VERSION) -max-processors=4 $(GOXC_OPTS)
|
gom exec goxc -pv=$(VERSION) -max-processors=4 $(GOXC_OPTS)
|
||||||
|
|
||||||
.PHONY: coverage.out
|
man:
|
||||||
|
make -C man
|
||||||
|
|
||||||
|
.PHONY: coverage.out man
|
||||||
|
|||||||
@@ -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
|
||||||
+10
@@ -1712,6 +1712,10 @@ Options:
|
|||||||
render graph to specified format (png, svg, pdf, etc\.)
|
render graph to specified format (png, svg, pdf, etc\.)
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\-\fBlayout\fR=horizontal
|
||||||
|
create a more \(cqvertical\(cq or a more \(cqhorizontal\(cq graph layout
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\-\fBoutput\fR=
|
\-\fBoutput\fR=
|
||||||
specify output filename, default is to open result in viewer
|
specify output filename, default is to open result in viewer
|
||||||
.
|
.
|
||||||
@@ -1860,5 +1864,11 @@ Geoffrey Thomas (https://github\.com/geofft)
|
|||||||
.IP "\[ci]" 4
|
.IP "\[ci]" 4
|
||||||
Oliver Sauder (https://github\.com/sliverc)
|
Oliver Sauder (https://github\.com/sliverc)
|
||||||
.
|
.
|
||||||
|
.IP "\[ci]" 4
|
||||||
|
Harald Sitter (https://github\.com/apachelogger)
|
||||||
|
.
|
||||||
|
.IP "\[ci]" 4
|
||||||
|
Johannes Layher (https://github\.com/jola5)
|
||||||
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user