src/world/texinfo/Makefile

11 lines
301 B
Makefile

# Makefile - hhl - /usr/src/world/texinfo
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = texinfo
include world.mk
config_opts += --host=$(tgt)
config_opts += --disable-static
makeflags += TEXMF=/usr/share/texmf
export CFLAGS = --sysroot=$(DESTDIR)
include targets.mk