From 834c0e34d7828f96550c7a7bbb94f3dcaacd2029 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 4 Mar 2015 16:00:31 +0100 Subject: README.rpm-dist: use docbook2txt for generation The benefit is that sgml format we write does not need to be kept formated precisely. The output format still needs some "style" fixes, but now docbook2txt is able to generates correct text-file README.rpm-dist without problems on RHEL 5.10+. * .gitignore: Added all intermediate files of README file. * Makefile.am: Generated README file is firstly filtered through $(SED_RULES), then macros are expanded by m4 and then docbook2txt is called. * README: Document subset of dependencies. * README.rpm-dist.in: Move to ... * README.rpm-dist.template: ... here, with docbook transformation. * TODO: Document we should should work docbook docs. * configure.ac: AC_SUBST also WANT_SYSVINIT. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 8e234d4..b0203d1 100644 --- a/TODO +++ b/TODO @@ -22,3 +22,5 @@ edit generated file instead its '*.in' parent * Allow guys from KDE upgrade the PG stack somehow. + +* stylesheets & html version for README.rpm-dist -- cgit