[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6621] ./txirefcard in Makefile
From: |
Gavin D. Smith |
Subject: |
[6621] ./txirefcard in Makefile |
Date: |
Tue, 15 Sep 2015 21:34:11 +0000 |
Revision: 6621
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6621
Author: gavin
Date: 2015-09-15 21:34:10 +0000 (Tue, 15 Sep 2015)
Log Message:
-----------
./txirefcard in Makefile
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/refcard/Makefile
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-09-14 15:20:03 UTC (rev 6620)
+++ trunk/ChangeLog 2015-09-15 21:34:10 UTC (rev 6621)
@@ -1,3 +1,8 @@
+2015-09-15 Gavin Smith <address@hidden>
+
+ * doc/refcard/Makefile: Put "./" in front of txicmdcheck and
+ txivarcheck.
+
2015-09-14 Gavin Smith <address@hidden>
* doc/info-utils.c (avoid_see_see): Function removed.
Modified: trunk/doc/refcard/Makefile
===================================================================
--- trunk/doc/refcard/Makefile 2015-09-14 15:20:03 UTC (rev 6620)
+++ trunk/doc/refcard/Makefile 2015-09-15 21:34:10 UTC (rev 6621)
@@ -3,7 +3,7 @@
# This is not hooked into Automake, just conveniences for working on the
# refcard.
#
-# Copyright 2008, 2012, 2014 Free Software Foundation, Inc.
+# Copyright 2008, 2012, 2014, 2015 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -32,10 +32,10 @@
check: ccheck vcheck
ccheck:
- txicmdcheck $(txi_check_args)
+ ./txicmdcheck $(txi_check_args)
vcheck:
- txivarcheck $(txi_check_args)
+ ./txivarcheck $(txi_check_args)
spell:
aspell list --mode=tex --add-extra-dicts=`pwd`/refcard.spell \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6621] ./txirefcard in Makefile,
Gavin D. Smith <=