[Bug 902500] Publican-based books in GNOME Shell

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Product: Publican
https://bugzilla.redhat.com/show_bug.cgi?id=902500

--- Comment #3 from Jeff Fearn <jfearn@xxxxxxxxxx> ---
Hi, it's highly unlikely this will get addressed by the Publican team. We'd be
happy to take patches though.

Note that you can use publican to build the HTML etc without using its
packaging mechanism, so there is nothing stopping anyone with a minimal
understanding of spec files from doing whatever they like with the output.

e.g. pop something like this in to a specfile

%build
publican build --langs all --formats html --publish

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/usr/share/help/

for lang in 'en-US' 'de-DE'; do
olang=`sed -e 's/-/_/g';
install publish/$lang/Publican/3.1/html/Users_Guide
$RPM_BUILD_ROOT/usr/share/help/$olang/Publican;
done

Untested, but you get the idea, if you aren't happy with the way it packages
things just use publican like any other command line tool and forget it does
some automated packaging.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GjCzwvDjvS&a=cc_unsubscribe
-- 
docs mailing list
docs@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/docs



[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Red Hat 9]     [Yosemite News]     [KDE Users]

  Powered by Linux