2702b4e4f7
* Makefile.am (starfield_theme_files): New var. (starfield_DATA): Use starfield_theme_files. (EXTRA_DIST): Add starfield_theme_files. Add starfield source files. Add bootcheck-related files. * conf/Makefile.extra-dist (EXTRA_DIST): Add several missing files. * docs/Makefile.am (EXTRA_DIST): Add font_char_metrics.png and font_char_metrics.txt. * grub-core/Makefile.core.def (kernel): Update extra_dist. (setjmp): Add lib/ia64/longjmp.S. * po/Makefile.in.in (DISTFILES): Add POTFILES-shell.in and grub.d.sed. * po/POTFILES.in: Regenerate. * po/Rules-swiss: use DISTFILES.common.extra2 and not DISTFILES.common.extra1. * util/devicemap.c: Removed. * grub-core/lib/i386/relocator_backward.S: Likewise. * util/import_gcry.py: Remove unused files. Add extra_dist for ChangeLog.
53 lines
1.5 KiB
Text
53 lines
1.5 KiB
Text
EXTRA_DIST += autogen.sh
|
|
EXTRA_DIST += geninit.sh
|
|
|
|
EXTRA_DIST += gentpl.py
|
|
EXTRA_DIST += Makefile.tpl
|
|
EXTRA_DIST += Makefile.util.def
|
|
EXTRA_DIST += Makefile.utilgcry.def
|
|
|
|
EXTRA_DIST += unicode
|
|
|
|
EXTRA_DIST += util/import_gcry.py
|
|
EXTRA_DIST += util/import_unicode.py
|
|
|
|
EXTRA_DIST += docs/man
|
|
EXTRA_DIST += docs/grub.cfg
|
|
|
|
EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
|
|
|
|
EXTRA_DIST += grub-core/Makefile.core.def
|
|
EXTRA_DIST += grub-core/Makefile.gcry.def
|
|
|
|
EXTRA_DIST += grub-core/genmoddep.awk
|
|
EXTRA_DIST += grub-core/genmod.sh.in
|
|
EXTRA_DIST += grub-core/gensyminfo.sh.in
|
|
EXTRA_DIST += grub-core/gensymlist.sh
|
|
EXTRA_DIST += grub-core/genemuinit.sh
|
|
EXTRA_DIST += grub-core/genemuinitheader.sh
|
|
|
|
EXTRA_DIST += grub-core/lib/libgcrypt/cipher
|
|
EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
|
|
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
|
|
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/gnulib -name '*.h')
|
|
EXTRA_DIST += grub-core/efiemu/runtime/config.h
|
|
|
|
EXTRA_DIST += grub-core/lib/LzmaDec.c
|
|
|
|
EXTRA_DIST += BUGS
|
|
EXTRA_DIST += util/i386/efi/grub-dumpdevtree
|
|
|
|
EXTRA_DIST += m4/gnulib-cache.m4
|
|
EXTRA_DIST += m4/glibc2.m4
|
|
EXTRA_DIST += m4/gnulib-tool.m4
|
|
EXTRA_DIST += m4/intdiv0.m4
|
|
EXTRA_DIST += m4/intl.m4
|
|
EXTRA_DIST += m4/intldir.m4
|
|
EXTRA_DIST += m4/intmax.m4
|
|
EXTRA_DIST += m4/inttypes-pri.m4
|
|
EXTRA_DIST += m4/lcmessage.m4
|
|
EXTRA_DIST += m4/lock.m4
|
|
EXTRA_DIST += m4/printf-posix.m4
|
|
EXTRA_DIST += m4/threadlib.m4
|
|
EXTRA_DIST += m4/uintmax_t.m4
|
|
EXTRA_DIST += m4/visibility.m4
|