fixed texinfo files, added windows help file, removed config.h from git
[xboard.git] / Makefile.am
1 bin_PROGRAMS = xboard
2 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
3
4 AM_CPPFLAGS=-DINFODIR='"$(infodir)"'
5 AM_LDFLAGS=-lXt -lm @XAW_LIBS@
6
7 info_TEXINFOS = copyright.texi xboard.texi
8 man6_MANS = xboard.man 
9
10 xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi
11         $(srcdir)/texi2man xboard.texi > xboard.man || (rm -f xboard.man ; false)