Description of problem: Step 8 fails due to missing langs arg. " If you are building your website manually, build the home page in single-page HTML format with the --embedtoc option and install it in your website structure. For example: publican build --publish --formats html-single --embedtoc" ERROR: $ publican build --publish --formats html-single --embedtoc langs is a mandatory argument at /usr/bin/publican line 622 FIX: add "--langs en-US" (or other suitable lang) Version-Release number of selected component (if applicable): publican-doc-2.1-0.fc13.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Missing html as a format :) 6.3.1. Installing, updating and removing documents manually "optionally, include any or all of the following formats in a comma-separated list: html-single, pdf, and epub. "
(In reply to comment #1) > Missing html as a format :) > > 6.3.1. Installing, updating and removing documents manually > > "optionally, include any or all of the following formats in a comma-separated > list: html-single, pdf, and epub. " No, this is in the previous sentence: "You must include html as one of the formats in the publican build; optionally, include any or all of the following formats in a comma-separated list: html-single, pdf, and epub. "
*** This bug has been marked as a duplicate of bug 614259 ***