Skip to content

Commit 50c7346

Browse files
committed
Remove PDF documentation from Debian package
The PDF files are included when building a source and binary package at the same time, but not included if the binary package is built from the source package. An expert in CDBS could fix this, but since the Debian project has teckit without CDBS in experimental, I am not going to take the time to fix the current CDBS packaging.
1 parent 915558b commit 50c7346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian-src/rules

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ common-install-arch:: $(patsubst %.in,%,$(wildcard debian/*.install.in))
1515
include /usr/share/cdbs/1/rules/debhelper.mk
1616
include /usr/share/cdbs/1/class/autotools.mk
1717

18-
DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Binary_Format.pdf
19-
DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Language.pdf
20-
DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Tools.pdf
18+
# DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Binary_Format.pdf
19+
# DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Language.pdf
20+
# DEB_INSTALL_DOCS_teckit += ../../docs/TECkit_Tools.pdf
2121
DEB_INSTALL_MANPAGES_teckit += debian/tmp/usr/share/man/man1/teckit_compile.1
2222
DEB_INSTALL_MANPAGES_teckit += debian/tmp/usr/share/man/man1/txtconv.1
2323
DEB_INSTALL_MANPAGES_teckit += debian/tmp/usr/share/man/man1/sfconv.1

0 commit comments

Comments
 (0)