Hello,
here is a patch to fix the FTBFS.
Michael
diff -u stow-1.3.3/debian/rules stow-1.3.3/debian/rules
--- stow-1.3.3/debian/rules
+++ stow-1.3.3/debian/rules
@@ -7,8 +7,7 @@
build/stow::
[ -d texi ] || ( mkdir texi ; cd texi \
; ln -s ../stow.texi ../version.texi . \
- ; texi2html -split_node -menu stow.texi \
- ; mv stow html )
+ ; texi2html -split_node -menu --subdir=html stow.texi )
clean::
rm -Rf texi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]