File: 01-do-not-distribute-fonts.patch

package info (click to toggle)
cppreference-doc 20151129%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220,072 kB
  • ctags: 451
  • sloc: xml: 474,959; python: 1,770; php: 263; makefile: 162; sh: 30; cpp: 9; ansic: 9
file content (13 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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