reverted .texi file and fixed Makefile.am
authorArun Persaud <arun@nubati.net>
Mon, 7 Sep 2009 02:11:22 +0000 (19:11 -0700)
committerArun Persaud <arun@nubati.net>
Mon, 7 Sep 2009 02:11:22 +0000 (19:11 -0700)
the problem was actually not in the texi-file, but the Makefile.am. Reverted changes in the .texi and fixed it (hopefully) correctly now.

Makefile.am
copyright.texi

index b5d3275..d26caf6 100644 (file)
@@ -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
index 5b2b1a7..42ccd8d 100644 (file)
@@ -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