From 67fa21616618c6e37fd5b7e49c7e3a71f860e2b1 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Wed, 23 Jan 2008 14:20:03 +0100 Subject: [PATCH] Make HTML documentation single page. --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a1c4f89..06a0a0a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,9 +14,12 @@ build: build-stamp build-stamp: doc/carnet-upgrade.sgml dh_testdir - # Build the package. + # Build the documentation (cd doc; debiandoc2text -l hr_HR.UTF-8 carnet-upgrade.sgml) - (cd doc; debiandoc2html -l hr_HR.UTF-8 carnet-upgrade.sgml) + (cd doc; debiandoc2html -l hr_HR.UTF-8 -1 carnet-upgrade.sgml) + mv doc/carnet-upgrade.html/index.html doc/index.html + rmdir doc/carnet-upgrade.html + mv doc/index.html doc/carnet-upgrade.html (cd doc; debiandoc2pdf -l hr_HR.UTF-8 carnet-upgrade.sgml) rm doc/carnet-upgrade.tpt -- 1.7.10.4