Merge "Debconf removal for !Debian Install Guides"
This commit is contained in:
commit
54ea14c068
@ -36,4 +36,8 @@ for tag in $TAGS; do
|
||||
mv publish-docs/draft/install-guide-debian/index-debian.html \
|
||||
publish-docs/draft/install-guide-debian/index.html
|
||||
fi
|
||||
# Remove Debian specific content from other guides
|
||||
if [[ "$tag" != "debian" ]]; then
|
||||
rm -rf publish-docs/draft/install-guide-$tag/debconf
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user