summaryrefslogtreecommitdiffstats
path: root/development/cc65/git2targz.sh
diff options
context:
space:
mode:
author B. Watson2017-07-04 03:34:49 +0200
committer Willy Sudiarto Raharjo2017-07-08 02:11:16 +0200
commit5cfdaa94ea6aee8456d376357f985441609fdfed (patch)
tree96fd8bc3420fa812878ab7a541d9f85b166e0bc5 /development/cc65/git2targz.sh
parente6adb88e65b49533a82a15260cf92f086a679450 (diff)
downloadslackbuilds-5cfdaa94ea6aee8456d376357f985441609fdfed.tar.gz
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 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