[Tux4kids-commits] r373 - in tuxmath/trunk: . data/fonts
dbruce-guest at alioth.debian.org
dbruce-guest at alioth.debian.org
Fri Dec 14 16:34:04 UTC 2007
Author: dbruce-guest
Date: 2007-12-14 16:34:04 +0000 (Fri, 14 Dec 2007)
New Revision: 373
Modified:
tuxmath/trunk/Makefile.am
tuxmath/trunk/data/fonts/Makefile.am
Log:
fix of 'dist_with_fonts' target
Modified: tuxmath/trunk/Makefile.am
===================================================================
--- tuxmath/trunk/Makefile.am 2007-12-14 16:13:02 UTC (rev 372)
+++ tuxmath/trunk/Makefile.am 2007-12-14 16:34:04 UTC (rev 373)
@@ -12,7 +12,13 @@
datadir = @datadir@
localedir = $(datadir)/locale
+## 'data_fonts' should contain all of the fonts in data/fonts. It needs to go
+## in this Makefile.am before the 'dist_with_fonts' target for that target
+## to work - if it is in data/fonts/Makefile.am, it does not get expanded
+## before the 'dist' target starts:
+data_fonts = AndikaDesRevG.ttf
+
## These are defined in configure.ac:
MAKENSIS=@NSIS@
NSI_INSTALL_DIR=@NSI_INSTALL_DIR@
Modified: tuxmath/trunk/data/fonts/Makefile.am
===================================================================
--- tuxmath/trunk/data/fonts/Makefile.am 2007-12-14 16:13:02 UTC (rev 372)
+++ tuxmath/trunk/data/fonts/Makefile.am 2007-12-14 16:34:04 UTC (rev 373)
@@ -9,7 +9,6 @@
## top-level Makefile.am.
EXTRA_DIST = $(dist_fonts)
-data_fonts = AndikaDesRevG.ttf
## Handle install "manually" because otherwise it fails on package without fonts.
More information about the Tux4kids-commits
mailing list