working commit

This commit is contained in:
2026-05-26 17:11:13 +02:00
commit 2e59f88d76
103 changed files with 18276 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
dist_man1_MANS = \
mproxyctl.1 \
mproxyctl-accounts.1 \
mproxyctl-accounts-create.1 \
mproxyctl-accounts-delete.1 \
mproxyctl-accounts-get.1 \
mproxyctl-accounts-list.1 \
mproxyctl-accounts-update.1 \
mproxyctl-grants.1 \
mproxyctl-grants-create.1 \
mproxyctl-grants-delete.1 \
mproxyctl-grants-get.1 \
mproxyctl-grants-list.1 \
mproxyctl-grants-update.1
dist_man8_MANS = \
mproxyd.8
man:
$(GO) run makeman-mstorectl.go
$(GO) run makeman-mstored.go
EXTRA_DIST = \
makeman-mstorectl.go \
makeman-mstored.go