#! /bin/sh -e

install-info --quiet --section "Development" "Development" \
	/usr/share/info/gcc.info.gz

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/gcc-doc -a -d /usr/share/doc/gcc-doc ]; then
		ln -sf ../share/doc/gcc-doc /usr/doc/gcc-doc
	fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if command -v install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/gcc-doc
fi
# End automatically added section

