texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8278] Makefile.onetst fix rule for out-of-source builds


From: gavinsmith0123
Subject: [8278] Makefile.onetst fix rule for out-of-source builds
Date: Sat, 13 Oct 2018 11:44:33 -0400 (EDT)

Revision: 8278
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8278
Author:   gavin
Date:     2018-10-13 11:44:32 -0400 (Sat, 13 Oct 2018)
Log Message:
-----------
Makefile.onetst fix rule for out-of-source builds

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-13 15:39:22 UTC (rev 8277)
+++ trunk/ChangeLog     2018-10-13 15:44:32 UTC (rev 8278)
@@ -1,5 +1,10 @@
 2018-10-13  Gavin Smith  <address@hidden>
 
+       * tp/tests/Makefile.am (Makefile.onetst): Fix rule to work
+       in out-of-source builds.
+
+2018-10-13  Gavin Smith  <address@hidden>
+
        * tp/tests/formatting/list-of-tests (defcondx_Dbar, defcondx_Ubar):
        Remove.
        * tp/t/92formatting.t (defcondx_Dbar, defcondx_Ubar): Add.

Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am  2018-10-13 15:39:22 UTC (rev 8277)
+++ trunk/tp/tests/Makefile.am  2018-10-13 15:44:32 UTC (rev 8278)
@@ -18,7 +18,7 @@
 $(srcdir)/Makefile.onetst: \
   ../maintain/regenerate_cmd_tests.sh $(test_driving_files_generated_list)
        cd $(srcdir) \
-       && $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" . \
+       && $(SHELL) ../maintain/regenerate_cmd_tests.sh Makefile.onetst . \
          -base '$(base_tests)' \
          -tex_html '$(tex_html_tests)'
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]