From fdfb00e9d5ffee3bcba96bcaa87c98dedd28403e Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sat, 7 Jun 2003 19:19:32 +0000 Subject: [PATCH] * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist". --- doc/Makefile.am | 3 +++ share/Makefile.am | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index db8dbc562d..ebc10db90f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,4 +14,7 @@ EXTRA_DIST = \ common/stylesheet-html.dsl \ common/stylesheet-print-noicones.dsl \ lirc/example.lircrc \ + subtitles/readme \ + subtitles/vlc-gimp.pl \ + subtitles/vlc-font.pl \ $(NULL) diff --git a/share/Makefile.am b/share/Makefile.am index e4e78bbc8d..e391160070 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts) pkgdatadir = $(datadir)/vlc dist_pkgdata_DATA = \ + font-eutopiabold21.rle \ font-eutopiabold36.rle \ $(DIST_familiar) \ $(DIST_icons16) \ @@ -15,6 +16,7 @@ dist_pkgdata_DATA = \ DIST_fonts = \ default8x16.psf \ default8x9.psf \ + font-eutopiabold21.rle \ font-eutopiabold36.rle \ $(NULL) -- 2.39.2