From: Arun Persaud Date: Mon, 7 Sep 2009 02:11:22 +0000 (-0700) Subject: reverted .texi file and fixed Makefile.am X-Git-Tag: v4.4.1.20091019~91 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=3f95ca1aa9fbc24ec654c6f003da13452fa07d2f reverted .texi file and fixed Makefile.am the problem was actually not in the texi-file, but the Makefile.am. Reverted changes in the .texi and fixed it (hopefully) correctly now. --- diff --git a/Makefile.am b/Makefile.am index b5d3275..d26caf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,8 @@ DISTCLEANFILES = stamp-h AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ AM_LDFLAGS= -lm @X_PRE_LIBS@ @XAW_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -info_TEXINFOS = copyright.texi xboard.texi +info_TEXINFOS = xboard.texi +xboard_TEXINFOS = copyright.texi man6_MANS = xboard.man xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi diff --git a/copyright.texi b/copyright.texi index 5b2b1a7..42ccd8d 100644 --- a/copyright.texi +++ b/copyright.texi @@ -1,4 +1,3 @@ -\input texinfo @c -*-texinfo-*- @setfilename copyright.info @@ -54,5 +53,3 @@ into another language, under the above conditions for modified versions, except that the section entitled ``GNU General Public License,'' and this permission notice, may be included in translations approved by the Free Software Foundation instead of in the original English. - -@bye