--- coreutils-8.30/man/local.mk.vanilla 2019-01-11 19:10:51.548587784 +0000
+++ coreutils-8.30/man/local.mk 2019-01-11 19:11:10.313691725 +0000

@@ -23,11 +23,11 @@
 run_help2man = $(SHELL) $(srcdir)/man/dummy-man
 else
 ## Graceful degradation for systems lacking perl.
-if HAVE_PERL
-run_help2man = $(PERL) -- $(srcdir)/man/help2man
-else
+#if HAVE_PERL
+#run_help2man = $(PERL) -- $(srcdir)/man/help2man
+#else
 run_help2man = $(SHELL) $(srcdir)/man/dummy-man
-endif
+#endif
 endif

 man1_MANS = @man1_MANS@


@@ -195,8 +195,8 @@
  && export SOURCE_DATE_EPOCH && $(run_help2man) \
       --source='$(PACKAGE_STRING)' \
       --include=$(srcdir)/man/$$name.x \
-      --output=$$t/$$name.1 \
       --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
+      --output=$$t/$$name.1 \
       $$t/$$argv$(EXEEXT) \
    && sed \
         -e 's|$*\.td/||g' \
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to