Skip to content
  • Brice De Bruyne's avatar
    Error in doc/Makefile.am · 74eb9194
    Brice De Bruyne authored and Daniel Veillard's avatar Daniel Veillard committed
    I've stumbled upon an error in the doc/Makefile.am.
    
    Building the documentation from git master fails with:
    
    Making all in doc
    /bin/sh: -c: line 2: syntax error near unexpected token `)'
    /bin/sh: -c: line 2: `   /usr/bin/xsltproc --nonet ./xsltproc.xml );'
    
    Following patch to doc/Makefile.am fixes it.
    74eb9194