add fonts/ copy

This commit is contained in:
Andrew A. Vasilyev 2022-11-09 14:31:04 +03:00
parent cb3f43eecb
commit 0b06447963

View File

@ -129,6 +129,7 @@ indexhtml:
done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a indexhtml/images $(INDEXHTML_DIR)
cp -a indexhtml/fonts $(INDEXHTML_DIR)
for i in alt-docs documentation;do \
ln -s /usr/share/doc/$$i $(INDEXHTML_DIR)/$$i; \
done