aboutsummaryrefslogtreecommitdiff
path: root/development/cc65/git2targz.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-07-03 21:34:49 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-08 07:11:16 +0700
commit5cfdaa94ea6aee8456d376357f985441609fdfed (patch)
tree96fd8bc3420fa812878ab7a541d9f85b166e0bc5 /development/cc65/git2targz.sh
parente6adb88e65b49533a82a15260cf92f086a679450 (diff)
development/cc65: Updated for version 2.16_20170630.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/cc65/git2targz.sh')
-rw-r--r--development/cc65/git2targz.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/cc65/git2targz.sh b/development/cc65/git2targz.sh
index c86e2d9412fbb..68c19ebad6e01 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