Created
September 3, 2013 12:42
-
-
Save fbettag/6423403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fuckmehard data # cd portage-2.2.1 | |
fuckmehard portage-2.2.1 # ls | |
ChangeLog DEVELOPING LICENSE Makefile NEWS RELEASE-NOTES TEST-NOTES bin cnf doc man misc pym | |
fuckmehard portage-2.2.1 # make | |
set -e; \ | |
touch "/data/portage-2.2.1/doc/fragment/date"; \ | |
make -C "/data/portage-2.2.1/doc" xhtml xhtml-nochunks | |
make[1]: Entering directory `/data/portage-2.2.1/doc' | |
xmlto xhtml -m custom.xsl portage.docbook | |
make[1]: xmlto: Command not found | |
make[1]: *** [xhtml] Error 127 | |
make[1]: Leaving directory `/data/portage-2.2.1/doc' | |
make: *** [docbook] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment