coreutils/bugfix-dummy_help2man.patch

27 lines
636 B
Diff
Raw Normal View History

2019-09-30 10:35:48 -04:00
diff --git a/man/local.mk b/man/local.mk
index 05d4401..601f459 100644
--- a/man/local.mk
+++ b/man/local.mk
2023-07-07 05:23:05 +08:00
@@ -23,14 +23,14 @@ if CROSS_COMPILING
2019-09-30 10:35:48 -04:00
run_help2man = $(SHELL) $(srcdir)/man/dummy-man
else
## Graceful degradation for systems lacking perl.
-if HAVE_PERL
2023-07-07 05:23:05 +08:00
-if BOLD_MAN_REFS
-help2man_OPTS=--bold-refs
-endif
-run_help2man = $(PERL) -- $(srcdir)/man/help2man $(help2man_OPTS)
2019-09-30 10:35:48 -04:00
-else
+#if HAVE_PERL
2023-07-07 05:23:05 +08:00
+#if BOLD_MAN_REFS
+#help2man_OPTS=--bold-refs
+#endif
+#run_help2man = $(PERL) -- $(srcdir)/man/help2man $(help2man_OPTS)
2019-09-30 10:35:48 -04:00
+#else
run_help2man = $(SHELL) $(srcdir)/man/dummy-man
-endif
+#endif
endif
man1_MANS = @man1_MANS@