diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-09-16 08:45:03 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-09-16 09:52:56 -0700 |
commit | 5f52061ca072b1ce94ecc9b4a5ab2ea9ea0e1b9f (patch) | |
tree | d61bd094aa0d51bd30c837dd3008526c9edff499 /xts5/fonts | |
parent | e358d60b4e47359b590358b5b64ebffc97c129a8 (diff) |
[dist] Distribute files missing from the tarball
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Diffstat (limited to 'xts5/fonts')
-rw-r--r-- | xts5/fonts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/fonts/Makefile.am b/xts5/fonts/Makefile.am index df4297e8..b52631ed 100644 --- a/xts5/fonts/Makefile.am +++ b/xts5/fonts/Makefile.am @@ -13,7 +13,7 @@ FONTBDFS = xtfont0.bdf xtfont1.bdf xtfont2.bdf xtfont3.bdf xtfont4.bdf \ FONTPCFS = $(FONTBDFS:.bdf=.pcf) xts5fontsdir = $(datadir)/xts5/fonts -xts5fonts_DATA = $(FONTPCFS) fonts.dir +dist_xts5fonts_DATA = $(FONTPCFS) fonts.dir .bdf.pcf: $(BDFTOPCF) -t -o $@ $< |