texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo/tests copying,NONE,1.1 copying.txi,NONE,1.1 Makefile.am


From: karl
Subject: texinfo/makeinfo/tests copying,NONE,1.1 copying.txi,NONE,1.1 Makefile.am,1.3,1.4
Date: Fri, 9 Apr 2004 23:21:09 +0200

Update of /cvsroot/texinfo/texinfo/makeinfo/tests
In directory sheep:/tmp/cvs-serv24920

Modified Files:
        Makefile.am 
Added Files:
        copying copying.txi 
Log Message:
(copying): new test

--- NEW FILE: copying ---
#!/bin/sh
# Test @copying.  The configure script for tramp uses this to make sure
# the makeinfo that is present supports @copying.

unset TEXINFO_OUTPUT
: ${srcdir=.}

../makeinfo -o copying.out $srcdir/copying.txi || exit 1
fgrep 'produced by' copying.out >/dev/null || exit 2

rm -f copying.out

--- NEW FILE: copying.txi ---
\input texinfo   @c -*-texinfo-*-
@copying
@end copying
@bye

Index: Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/tests/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 23 Jan 2004 13:30:31 -0000      1.3
--- Makefile.am 9 Apr 2004 21:21:07 -0000       1.4
***************
*** 12,15 ****
--- 12,16 ----
  TESTS = accent accentenc \
    cond \
+   copying \
    defxcond \
    html-docdesc html-extrali html-min html-manuals html-para html-title \
***************
*** 26,30 ****
  EXTRA_DIST = $(noinst_SCRIPTS) \
    accent.txi accentenc.txi accent-text.txi \
!   cond.txi \
    defxcond.txi \
    html-docdesc.txi html-extrali.txi html-min.txi html-para.txi html-title.txi 
\
--- 27,31 ----
  EXTRA_DIST = $(noinst_SCRIPTS) \
    accent.txi accentenc.txi accent-text.txi \
!   cond.txi copying.txi \
    defxcond.txi \
    html-docdesc.txi html-extrali.txi html-min.txi html-para.txi html-title.txi 
\



reply via email to

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