Skip to content

Instantly share code, notes, and snippets.

@fbettag
Created September 3, 2013 12:42
Show Gist options
  • Save fbettag/6423403 to your computer and use it in GitHub Desktop.
Save fbettag/6423403 to your computer and use it in GitHub Desktop.
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