]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
QA: Remove gtk documentation.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 20:55:27 +0000 (22:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 20:55:42 +0000 (22:55 +0200)
This is always development documentation and cannot be
viewed on the system, either.

tools/quality-agent.d/001-remove-info-files

index 6e2ff0f291da1df1a1b07f93fcfc87e8d8531a49..131e55bff3794a7304ec197c49948527a17a7043 100755 (executable)
@@ -4,7 +4,7 @@
 
 # Remove documentation files
 log_debug "Removing documentation files..."
-for dir in ${BUILDROOT}/usr/{,share}/{doc,info}; do
+for dir in ${BUILDROOT}/usr/{,share}/{doc,gtk-doc,info}; do
        if [ -d "${dir}" ]; then
                log_debug "  Removing: ${dir}"
                rm -rf ${dir} || exit $?