fontaliases: redo the way these are built, and actually install them
Use a common make include file to do most of the work and set the appropriate LANG from localized/templates/ . This should simplify it quite a bit and reduce duplication. Also we were not even installing them, so now we are.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_DATA = fonts.dir
|
||||
include ../../../localized/templates/C.am
|
||||
include ../../bdf/fonts.am
|
||||
|
||||
BUILT_SOURCES = fonts.dir dtinfo.pcf.gz
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include $(top_builddir)/programs/fontaliases/bdf/fonts.inc
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_DATA = fonts.dir
|
||||
include ../../../localized/templates/English.am
|
||||
include ../../bdf/fonts.am
|
||||
|
||||
BUILT_SOURCES = fonts.dir dtinfo.pcf.gz
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include $(top_builddir)/programs/fontaliases/bdf/fonts.inc
|
||||
|
||||
Reference in New Issue
Block a user