Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
6c5cef3c
by Nicolas Peugnet at 2024-12-07T12:32:26+01:00
1 changed file:
Changes:
... | ... | @@ -43,6 +43,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) |
43 | 43 | mv lintian-ssg debian/lintian-doc/usr/share/doc/lintian-doc/html
|
44 | 44 | endif
|
45 | 45 | |
46 | +override_dh_compress:
|
|
47 | + dh_compress -Xfavicon.ico
|
|
48 | + |
|
46 | 49 | api-doc:
|
47 | 50 | private/generate-html-docs doc/api.html
|
48 | 51 |