cleanup: got rid of a lot of files that are not needed for a new release
[xboard.git] / Makefile.am
index c98df85..580e36b 100644 (file)
@@ -1,5 +1,5 @@
 bin_PROGRAMS = xboard
-xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c zippy.c childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.c xboard.c xgamelist.c book.c
+xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c zippy.c childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c
 
 AM_CPPFLAGS=-DINFODIR='"$(infodir)"'
 AM_LDFLAGS=-lXt -lm @XAW_LIBS@
@@ -7,6 +7,5 @@ AM_LDFLAGS=-lXt -lm @XAW_LIBS@
 info_TEXINFOS = copyright.texi xboard.texi
 man6_MANS = xboard.man 
 
-xboard.man: xboard.texinfo xboard.texi copyright.texi gpl.texinfo
-       $(srcdir)/texi2man xboard.texinfo > xboard.man || (rm -f xboard.man ; false)
-
+xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi
+       $(srcdir)/texi2man xboard.texi > xboard.man || (rm -f xboard.man ; false)