12 lines
286 B
Makefile
Executable File
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
|