working commit

This commit is contained in:
2026-02-21 20:07:37 +02:00
parent c6ce50308d
commit 685880c8a8
45 changed files with 255 additions and 453 deletions
+11 -3
View File
@@ -89,7 +89,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = docs
subdir = mans
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -294,6 +294,10 @@ dist_man1_MANS = \
mstorectl-images-pull.1 \
mstorectl-images-push.1
EXTRA_DIST = \
makeman-mstorectl.go \
makeman-mstored.go
all: all-am
.SUFFIXES:
@@ -306,9 +310,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mans/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign docs/Makefile
$(AUTOMAKE) --foreign mans/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -533,6 +537,10 @@ uninstall-man: uninstall-man1
.PRECIOUS: Makefile
man:
$(GO) run makeman-mstorectl.go
$(GO) run makeman-mstored.go
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: