Description: Do not distribute fonts that came with the upstream tarball
Author: Povilas Kanapickas <povilas@radix.lt>
--- cppreference-doc-20130510.orig/Makefile
+++ cppreference-doc-20130510/Makefile
@@ -77,7 +77,7 @@ dist: clean
 install: all
 	# install the devhelp documentation
 	pushd "output/reference" > /dev/null; \
-	find . -type f \
+	find . -type f -not -iname "*.ttf" \
 		-exec install -DT -m 644 '{}' "$(DESTDIR)$(docdir)/html/{}" \; ; \
 	popd > /dev/null

