X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=6ed6446eb9a663d3198b1f176e1d0815374fc1e6;hb=014710b06e7638734deac2dcbd46b1c78b818862;hp=291f982f02192cb96770cee5cf86dc8ef997a21f;hpb=b5424fa3289335c322c7d86652573dc1e19d2cd3;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 291f982..6ed6446 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ SUBDIRS = po xboard_LDADD = -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ -EXTRA_DIST = pixmaps shogi png sounds winboard \ +EXTRA_DIST = pixmaps themes png sounds winboard \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop xboard-config.desktop \ xboard-fen-viewer.desktop xboard-pgn-viewer.desktop xboard-tourney.desktop xboard.xml \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \ @@ -102,7 +102,6 @@ mime_DATA = xboard.xml svgdir = $(datadir)/games/xboard/themes/default dist_svg_DATA = svg/icon_white.svg svg/icon_black.svg \ - svg/DarkSquare.svg svg/LightSquare.svg svg/NeutralSquare.svg \ svg/BlackAdvisor.svg svg/WhiteAdvisor.svg \ svg/BlackArchbishop.svg svg/WhiteArchbishop.svg \ svg/BlackBishop.svg svg/WhiteBishop.svg \ @@ -135,13 +134,30 @@ dist_svg_DATA = svg/icon_white.svg svg/icon_black.svg \ svg/eo_White.svg shogidir = $(datadir)/games/xboard/themes/shogi -dist_shogi_DATA = shogi/WhiteGold.svg shogi/WhiteCrownedBishop.svg\ - shogi/WhiteBishop.svg shogi/WhiteKing.svg\ - shogi/WhiteKnight.svg shogi/WhiteGoldKnight.svg\ - shogi/WhiteLance.svg shogi/WhiteGoldLance.svg\ - shogi/WhitePawn.svg shogi/WhiteGoldPawn.svg\ - shogi/WhiteRook.svg shogi/WhiteCrownedRook.svg\ - shogi/WhiteAdvisor.svg shogi/WhiteGoldSilver.svg +dist_shogi_DATA = \ + themes/shogi/WhiteGold.svg themes/shogi/WhiteCrownedBishop.svg\ + themes/shogi/WhiteBishop.svg themes/shogi/WhiteKing.svg\ + themes/shogi/WhiteKnight.svg themes/shogi/WhiteGoldKnight.svg\ + themes/shogi/WhiteLance.svg themes/shogi/WhiteGoldLance.svg\ + themes/shogi/WhitePawn.svg themes/shogi/WhiteGoldPawn.svg\ + themes/shogi/WhiteRook.svg themes/shogi/WhiteCrownedRook.svg\ + themes/shogi/WhiteAdvisor.svg themes/shogi/WhiteGoldSilver.svg\ + themes/shogi/BlackGold.svg themes/shogi/BlackCrownedBishop.svg\ + themes/shogi/BlackBishop.svg themes/shogi/BlackKing.svg\ + themes/shogi/BlackKnight.svg themes/shogi/BlackGoldKnight.svg\ + themes/shogi/BlackLance.svg themes/shogi/BlackGoldLance.svg\ + themes/shogi/BlackPawn.svg themes/shogi/BlackGoldPawn.svg\ + themes/shogi/BlackRook.svg themes/shogi/BlackCrownedRook.svg\ + themes/shogi/BlackAdvisor.svg themes/shogi/BlackGoldSilver.svg + +xiangqidir = $(datadir)/games/xboard/themes/xiangqi +dist_xiangqi_DATA = themes/xiangqi/BlackAdvisor.svg themes/xiangqi/WhiteAdvisor.svg \ + themes/xiangqi/BlackCanon.svg themes/xiangqi/WhiteCanon.svg \ + themes/xiangqi/BlackElephant.svg themes/xiangqi/WhiteElephant.svg \ + themes/xiangqi/BlackKnight.svg themes/xiangqi/WhiteKnight.svg \ + themes/xiangqi/BlackGold.svg themes/xiangqi/WhiteGold.svg \ + themes/xiangqi/BlackPawn.svg themes/xiangqi/WhitePawn.svg \ + themes/xiangqi/BlackRook.svg themes/xiangqi/WhiteRook.svg ### directory and files for pixmaps