X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=68da068218a7b8f4992548a2094a0cb414d228eb;hb=12921be07acd4ac78e94a1c5699f1183f76b1c93;hp=931fb79cecfb8656f21f12e4f3db0a337fd480e5;hpb=373488935bf19680e26a3b51e617c9586dd438c6;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 931fb79..68da068 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xedittags.c xedittags.h \ engineoutput.c engineoutput.h \ xengineoutput.c \ - evalgraph.c evalgraph.h xevalgraph.c \ + evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ xgamelist.c xgamelist.h\ xhistory.c xhistory.h \ xoptions.c \ @@ -30,11 +30,11 @@ xboard_SOURCES = backend.c backend.h backendz.h \ filebrowser/draw.c filebrowser/path.c \ filebrowser/dir.c filebrowser/xstat.h \ $(ZPY) -xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ +xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ EXTRA_DIST = pixmaps bitmaps winboard sounds filebrowser/README \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man \ - COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm readme_HGM.txt zippy.README + COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README DISTCLEANFILES = stamp-h @@ -46,5 +46,11 @@ man6_MANS = xboard.man dist_sysconf_DATA = xboard.conf +icondir = $(datadir)/icons/hicolor/48x48/apps +dist_icon_DATA = xboard.png +svgicondir = $(datadir)/icons/hicolor/scalable/apps +dist_svgicon_DATA = xboard.svg + + xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi $(srcdir)/texi2man $(srcdir)/xboard.texi > xboard.man || (rm -f xboard.man ; false)