]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Remove duplicate manpages
authorWerner Fink <werner@suse.de>
Tue, 6 Dec 2022 11:30:35 +0000 (22:30 +1100)
committerCraig Small <csmall@dropbear.xyz>
Tue, 6 Dec 2022 11:30:35 +0000 (22:30 +1100)
Fix the building of the man pages instead of installing the same
english ones twice.

Signed-off-by: Craig Small <csmall@dropbear.xyz>
po-man/Makefile.am

index 87dcaac23a6aa517ba89ccb6215be1630556f140..cb531af66da2e6a244d4de4c0644acf8d90a6be3 100644 (file)
@@ -73,8 +73,7 @@ install-data-local:
            done; \
            $(MAKE) -C .. install-man \
                    mandir="$(mandir)/$$lang" \
-                   man_MANS="" \
-                   src_MANS="$$files"; \
+                   dist_man_MANS="$$files"; \
        done
 
 uninstall-local:
@@ -89,8 +88,7 @@ uninstall-local:
                done; \
                $(MAKE) -C .. uninstall-man \
                        mandir="$(mandir)/$$lang" \
-                       man_MANS="" \
-                       src_MANS="$$files"; \
+                       dist_man_MANS="$$files"; \
        done
 
 dist-hook: man.stamp