Skip to content

Commit

Permalink
fix build fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeddi authored and Huevos committed Dec 2, 2021
1 parent 7129ae8 commit 0d49237
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions data/fonts/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
installdir = $(datadir)/fonts

dist_install_DATA = *.ttf, *.ttc
dist_install_DATA = \
ae_AlMateen.ttf \
andale.ttf \
DroidSans-Bold.ttf \
lcd.ttf \
md_khmurabi_10.ttf \
nmsbd.ttf \
OpenSans-Italic.ttf \
OpenSans-Regular.ttf \
OpenSans-Semibold.ttf \
OpenSans-SemiboldItalic.ttf \
wqy-microhei.ttc

install-exec-hook:
cd $(DESTDIR)$(datadir)/fonts && \
$(LN_S) wqy-microhei.ttc fallback.font
cd $(DESTDIR)$(datadir)/fonts && \
$(LN_S) wqy-microhei.ttc fallback.font

0 comments on commit 0d49237

Please sign in to comment.