diff options
Diffstat (limited to 'development/cc65/git2targz.sh')
-rw-r--r-- | development/cc65/git2targz.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/cc65/git2targz.sh b/development/cc65/git2targz.sh index c86e2d9412..68c19ebad6 100644 --- a/development/cc65/git2targz.sh +++ b/development/cc65/git2targz.sh @@ -38,6 +38,16 @@ VERSION=${MAJOR}.${MINOR}_$DATE rm -rf .git find . -name .gitignore -print0 | xargs -0 rm -f +# DIRTY HACK ALERT: +# -current's linuxdoc-tools hates upstream's sgml docs, and it's not +# obvious what's wrong (bug/regression in linuxdoc-tools? 14.2's worked +# fine). I'm not interested in trying to fix the problem because I +# fucking hate XML, and I especially hate the mess that's the Slackware +# linuxdoc-tools (28 source tarballs, interdependent). So I'll just +# include pre-generated (on 14.2) HTML docs in my self-hosted source +# tarball. +make -C doc html + cd "$CWD" rm -rf $PRGNAM-$VERSION $PRGNAM-$VERSION.tar.xz mv $GITDIR $PRGNAM-$VERSION |