Files
2026-03-10 04:37:51 -07:00

12 lines
286 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
install -d debian/fonts-maple-mono/usr/share/fonts/truetype/maple-mono
cp usr/share/fonts/truetype/maple-mono/*.ttf \
debian/fonts-maple-mono/usr/share/fonts/truetype/maple-mono/
override_dh_auto_build:
# nothing to build