Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 23, 2013 12:12
Show Gist options
  • Save onyb/8096075 to your computer and use it in GitHub Desktop.
Save onyb/8096075 to your computer and use it in GitHub Desktop.
make: Entering directory `/sources/tar-1.26/doc'
rm -rf tar.htp
if /bin/sh /sources/tar-1.26/build-aux/missing --run makeinfo --html -DDISTRIB -I . \
-o tar.htp tar.texi; \
then \
rm -rf tar.html; \
if test ! -d tar.htp && test -d tar; then \
mv tar tar.html; else mv tar.htp tar.html; fi; \
else \
if test ! -d tar.htp && test -d tar; then \
rm -rf tar; else rm -Rf tar.htp tar.html; fi; \
exit 1; \
fi
test -z "/usr/share/doc/tar-1.26" || /bin/mkdir -p "/usr/share/doc/tar-1.26"
/bin/mkdir -p '/usr/share/doc/tar-1.26/tar.html'
/usr/bin/install -c -m 644 'tar.html'/* '/usr/share/doc/tar-1.26/tar.html'
make: Leaving directory `/sources/tar-1.26/doc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment