[ -d ~/git/translations/po ] mkdir po for i in hu fr da; \ do \ cp ~/git/translations/po/docs/$i/docs.po po/$i.po; \ done po4a -k 0 po4a.cfg; for i in hu fr da; do for j in Makefile introduction.txt about.txt quickref.txt install.txt upgrade.txt postinst.txt pacman-g2.txt network.txt x.txt sound.txt printing.txt hotplug.txt init.txt contribute.txt bugs.txt mobile.txt packages.txt list-rules.txt irc-rules.txt gpg.txt makepkg.txt getting-involved.txt security.txt repos.txt gnome-bump-howto.txt kde-bump-howto.txt release-howto.txt artwork-rules.txt ids.txt rebuild.txt make-translation-for-rc-scripts.txt asciidoc.txt develfaq.txt testsuite.txt translations.txt porting-howto.txt license.txt; do [ "`stat -c %Y $j`" -gt "`stat -c %Y $i/$j 2>/dev/null || echo 0`" ] && `which cp` -v $j $i/; done; sed -i 's| ../source | ../../source |' $i/Makefile; sed -i 's| -maxdepth 3 | -maxdepth 4 |' $i/Makefile; sed -i 's/^\(=\+\)/\n\1/' $i/*.txt; make -C $i html || exit 1; done (1930 entries) `Makefile' -> `hu/Makefile' `getting-involved.txt' -> `hu/getting-involved.txt' `security.txt' -> `hu/security.txt' `repos.txt' -> `hu/repos.txt' `gnome-bump-howto.txt' -> `hu/gnome-bump-howto.txt' `kde-bump-howto.txt' -> `hu/kde-bump-howto.txt' `release-howto.txt' -> `hu/release-howto.txt' `artwork-rules.txt' -> `hu/artwork-rules.txt' `ids.txt' -> `hu/ids.txt' `rebuild.txt' -> `hu/rebuild.txt' `make-translation-for-rc-scripts.txt' -> `hu/make-translation-for-rc-scripts.txt' `asciidoc.txt' -> `hu/asciidoc.txt' `develfaq.txt' -> `hu/develfaq.txt' `testsuite.txt' -> `hu/testsuite.txt' `translations.txt' -> `hu/translations.txt' `porting-howto.txt' -> `hu/porting-howto.txt' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' asciidoc -a toc -a numbered -a sectids -a lang=hu introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=hu about.txt asciidoc -a toc -a numbered -a sectids -a lang=hu quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=hu install.txt asciidoc -a toc -a numbered -a sectids -a lang=hu upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=hu postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=hu pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=hu network.txt asciidoc -a toc -a numbered -a sectids -a lang=hu x.txt asciidoc -a toc -a numbered -a sectids -a lang=hu sound.txt asciidoc -a toc -a numbered -a sectids -a lang=hu printing.txt asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=hu hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=hu init.txt asciidoc -a toc -a numbered -a sectids -a lang=hu contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=hu bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=hu mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=hu packages.txt asciidoc -a toc -a numbered -a sectids -a lang=hu list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=hu security.txt asciidoc -a toc -a numbered -a sectids -a lang=hu repos.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu ids.txt asciidoc -a toc -a numbered -a sectids -a lang=hu rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=hu make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=hu asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=hu develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=hu testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=hu translations.txt asciidoc -a toc -a numbered -a sectids -a lang=hu porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu license.txt sed 's/@VERSION@/1.7pre1-3402-g925757a (Gaia)/' header.txt.in > header.txt asciidoc -a numbered -a sectids -a lang=hu index.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done asciidoc -a toc -a numbered -a sectids -a lang=hu manual.txt asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=hu index-user.txt cat header.txt > user.txt; for i in `cat index-user.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "user.txt" ] && continue; echo "include::$i[]" >> user.txt; echo >> user.txt; done asciidoc -a toc -a numbered -a sectids -a lang=hu user.txt asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=hu index-devel.txt cat header.txt > devel.txt; for i in `cat index-devel.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "devel.txt" ] && continue; echo "include::$i[]" >> devel.txt; echo >> devel.txt; done asciidoc -a toc -a numbered -a sectids -a lang=hu devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' `Makefile' -> `fr/Makefile' `getting-involved.txt' -> `fr/getting-involved.txt' `security.txt' -> `fr/security.txt' `repos.txt' -> `fr/repos.txt' `gnome-bump-howto.txt' -> `fr/gnome-bump-howto.txt' `kde-bump-howto.txt' -> `fr/kde-bump-howto.txt' `release-howto.txt' -> `fr/release-howto.txt' `artwork-rules.txt' -> `fr/artwork-rules.txt' `ids.txt' -> `fr/ids.txt' `rebuild.txt' -> `fr/rebuild.txt' `make-translation-for-rc-scripts.txt' -> `fr/make-translation-for-rc-scripts.txt' `asciidoc.txt' -> `fr/asciidoc.txt' `develfaq.txt' -> `fr/develfaq.txt' `testsuite.txt' -> `fr/testsuite.txt' `translations.txt' -> `fr/translations.txt' `porting-howto.txt' -> `fr/porting-howto.txt' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' asciidoc -a toc -a numbered -a sectids -a lang=fr introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=fr about.txt asciidoc -a toc -a numbered -a sectids -a lang=fr quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=fr install.txt asciidoc -a toc -a numbered -a sectids -a lang=fr upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=fr postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=fr pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=fr network.txt asciidoc -a toc -a numbered -a sectids -a lang=fr x.txt asciidoc -a toc -a numbered -a sectids -a lang=fr sound.txt asciidoc -a toc -a numbered -a sectids -a lang=fr printing.txt asciidoc: WARNING: printing.txt: line 80: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=fr hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=fr init.txt asciidoc -a toc -a numbered -a sectids -a lang=fr contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=fr bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=fr mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=fr packages.txt asciidoc: WARNING: packages.txt: line 1505: missing style: [paradef-default]: gammu asciidoc: WARNING: packages.txt: line 3327: missing style: [paradef-default]: eth0 asciidoc: WARNING: packages.txt: line 3581: list item index: expected 1 got 2 asciidoc: WARNING: packages.txt: line 3587: list item index: expected 2 got 3 asciidoc -a toc -a numbered -a sectids -a lang=fr list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=fr security.txt asciidoc -a toc -a numbered -a sectids -a lang=fr repos.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr ids.txt asciidoc -a toc -a numbered -a sectids -a lang=fr rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=fr make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=fr asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=fr develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=fr testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=fr translations.txt asciidoc -a toc -a numbered -a sectids -a lang=fr porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr license.txt sed 's/@VERSION@/1.7pre1-3402-g925757a (Gaia)/' header.txt.in > header.txt asciidoc -a numbered -a sectids -a lang=fr index.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done asciidoc -a toc -a numbered -a sectids -a lang=fr manual.txt asciidoc: WARNING: printing.txt: line 80: list item index: expected 1 got 6 asciidoc: WARNING: packages.txt: line 1505: missing style: [paradef-default]: gammu asciidoc: WARNING: packages.txt: line 3327: missing style: [paradef-default]: eth0 asciidoc: WARNING: packages.txt: line 3581: list item index: expected 1 got 2 asciidoc: WARNING: packages.txt: line 3587: list item index: expected 2 got 3 asciidoc -a toc -a numbered -a sectids -a lang=fr index-user.txt cat header.txt > user.txt; for i in `cat index-user.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "user.txt" ] && continue; echo "include::$i[]" >> user.txt; echo >> user.txt; done asciidoc -a toc -a numbered -a sectids -a lang=fr user.txt asciidoc: WARNING: printing.txt: line 80: list item index: expected 1 got 6 asciidoc: WARNING: packages.txt: line 1505: missing style: [paradef-default]: gammu asciidoc: WARNING: packages.txt: line 3327: missing style: [paradef-default]: eth0 asciidoc: WARNING: packages.txt: line 3581: list item index: expected 1 got 2 asciidoc: WARNING: packages.txt: line 3587: list item index: expected 2 got 3 asciidoc -a toc -a numbered -a sectids -a lang=fr index-devel.txt cat header.txt > devel.txt; for i in `cat index-devel.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "devel.txt" ] && continue; echo "include::$i[]" >> devel.txt; echo >> devel.txt; done asciidoc -a toc -a numbered -a sectids -a lang=fr devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' `Makefile' -> `da/Makefile' `getting-involved.txt' -> `da/getting-involved.txt' `security.txt' -> `da/security.txt' `repos.txt' -> `da/repos.txt' `gnome-bump-howto.txt' -> `da/gnome-bump-howto.txt' `kde-bump-howto.txt' -> `da/kde-bump-howto.txt' `release-howto.txt' -> `da/release-howto.txt' `artwork-rules.txt' -> `da/artwork-rules.txt' `ids.txt' -> `da/ids.txt' `rebuild.txt' -> `da/rebuild.txt' `make-translation-for-rc-scripts.txt' -> `da/make-translation-for-rc-scripts.txt' `asciidoc.txt' -> `da/asciidoc.txt' `develfaq.txt' -> `da/develfaq.txt' `testsuite.txt' -> `da/testsuite.txt' `translations.txt' -> `da/translations.txt' `porting-howto.txt' -> `da/porting-howto.txt' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/da' asciidoc -a toc -a numbered -a sectids -a lang=da introduction.txt asciidoc: WARNING: introduction.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: introduction.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da about.txt asciidoc: WARNING: about.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: about.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da quickref.txt asciidoc: WARNING: quickref.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: quickref.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da install.txt asciidoc: WARNING: install.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: install.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da upgrade.txt asciidoc: WARNING: upgrade.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: upgrade.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da postinst.txt asciidoc: WARNING: postinst.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: postinst.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da pacman-g2.txt asciidoc: WARNING: pacman-g2.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: pacman-g2.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da network.txt asciidoc: WARNING: network.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: network.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da x.txt asciidoc: WARNING: x.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: x.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da sound.txt asciidoc: WARNING: sound.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: sound.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da printing.txt asciidoc: WARNING: printing.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: printing.txt: line 2: missing section: [footer-text] asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=da hotplug.txt asciidoc: WARNING: hotplug.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: hotplug.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da init.txt asciidoc: WARNING: init.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: init.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da contribute.txt asciidoc: WARNING: contribute.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: contribute.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da bugs.txt asciidoc: WARNING: bugs.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: bugs.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da mobile.txt asciidoc: WARNING: mobile.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: mobile.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da packages.txt asciidoc: WARNING: packages.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: packages.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da list-rules.txt asciidoc: WARNING: list-rules.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: list-rules.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da irc-rules.txt asciidoc: WARNING: irc-rules.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: irc-rules.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gpg.txt asciidoc: WARNING: gpg.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: gpg.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da makepkg.txt asciidoc: WARNING: makepkg.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: makepkg.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da getting-involved.txt asciidoc: WARNING: getting-involved.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: getting-involved.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da security.txt asciidoc: WARNING: security.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: security.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da repos.txt asciidoc: WARNING: repos.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: repos.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gnome-bump-howto.txt asciidoc: WARNING: gnome-bump-howto.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: gnome-bump-howto.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da kde-bump-howto.txt asciidoc: WARNING: kde-bump-howto.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: kde-bump-howto.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da release-howto.txt asciidoc: WARNING: release-howto.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: release-howto.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da artwork-rules.txt asciidoc: WARNING: artwork-rules.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: artwork-rules.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da ids.txt asciidoc: WARNING: ids.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: ids.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da rebuild.txt asciidoc: WARNING: rebuild.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: rebuild.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da make-translation-for-rc-scripts.txt asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da asciidoc.txt asciidoc: WARNING: asciidoc.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: asciidoc.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da develfaq.txt asciidoc: WARNING: develfaq.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: develfaq.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da testsuite.txt asciidoc: WARNING: testsuite.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: testsuite.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da translations.txt asciidoc: WARNING: translations.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: translations.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da porting-howto.txt asciidoc: WARNING: porting-howto.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: porting-howto.txt: line 2: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da license.txt asciidoc: WARNING: license.txt: line 2: missing language conf file: lang-da.conf asciidoc: WARNING: license.txt: line 2: missing section: [footer-text] sed 's/@VERSION@/1.7pre1-3402-g925757a (Gaia)/' header.txt.in > header.txt asciidoc -a numbered -a sectids -a lang=da index.txt asciidoc: WARNING: index.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: index.txt: line 1: missing section: [footer-text] cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done asciidoc -a toc -a numbered -a sectids -a lang=da manual.txt asciidoc: WARNING: manual.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: manual.txt: line 1: missing section: [footer-text] asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=da index-user.txt asciidoc: WARNING: header.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: header.txt: line 1: missing section: [footer-text] cat header.txt > user.txt; for i in `cat index-user.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "user.txt" ] && continue; echo "include::$i[]" >> user.txt; echo >> user.txt; done asciidoc -a toc -a numbered -a sectids -a lang=da user.txt asciidoc: WARNING: user.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: user.txt: line 1: missing section: [footer-text] asciidoc: WARNING: printing.txt: line 78: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=da index-devel.txt asciidoc: WARNING: header.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: header.txt: line 1: missing section: [footer-text] cat header.txt > devel.txt; for i in `cat index-devel.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "devel.txt" ] && continue; echo "include::$i[]" >> devel.txt; echo >> devel.txt; done asciidoc -a toc -a numbered -a sectids -a lang=da devel.txt asciidoc: WARNING: devel.txt: line 1: missing language conf file: lang-da.conf asciidoc: WARNING: devel.txt: line 1: missing section: [footer-text] make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/da' po4a -k 0 po4a.cfg; for i in hu fr da; do for j in Makefile introduction.txt about.txt quickref.txt install.txt upgrade.txt postinst.txt pacman-g2.txt network.txt x.txt sound.txt printing.txt hotplug.txt init.txt contribute.txt bugs.txt mobile.txt packages.txt list-rules.txt irc-rules.txt gpg.txt makepkg.txt getting-involved.txt security.txt repos.txt gnome-bump-howto.txt kde-bump-howto.txt release-howto.txt artwork-rules.txt ids.txt rebuild.txt make-translation-for-rc-scripts.txt asciidoc.txt develfaq.txt testsuite.txt translations.txt porting-howto.txt license.txt; do [ "`stat -c %Y $j`" -gt "`stat -c %Y $i/$j 2>/dev/null || echo 0`" ] && `which cp` -v $j $i/; done; sed -i 's| ../source | ../../source |' $i/Makefile; sed -i 's| -maxdepth 3 | -maxdepth 4 |' $i/Makefile; sed -i 's/^\(=\+\)/\n\1/' $i/*.txt; make -C $i pdf || exit 1; done make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' asciidoc -a toc -a numbered -a sectids -a lang=hu introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=hu about.txt asciidoc -a toc -a numbered -a sectids -a lang=hu quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=hu install.txt asciidoc -a toc -a numbered -a sectids -a lang=hu upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=hu postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=hu pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=hu network.txt asciidoc -a toc -a numbered -a sectids -a lang=hu x.txt asciidoc -a toc -a numbered -a sectids -a lang=hu sound.txt asciidoc -a toc -a numbered -a sectids -a lang=hu printing.txt asciidoc: WARNING: printing.txt: line 85: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=hu hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=hu init.txt asciidoc -a toc -a numbered -a sectids -a lang=hu contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=hu bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=hu mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=hu packages.txt asciidoc -a toc -a numbered -a sectids -a lang=hu list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=hu security.txt asciidoc -a toc -a numbered -a sectids -a lang=hu repos.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu ids.txt asciidoc -a toc -a numbered -a sectids -a lang=hu rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=hu make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=hu asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=hu develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=hu testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=hu translations.txt asciidoc -a toc -a numbered -a sectids -a lang=hu porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu license.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=hu manual.txt a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=hu user.txt a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=hu devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' asciidoc -a toc -a numbered -a sectids -a lang=fr introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=fr about.txt asciidoc -a toc -a numbered -a sectids -a lang=fr quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=fr install.txt asciidoc -a toc -a numbered -a sectids -a lang=fr upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=fr postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=fr pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=fr network.txt asciidoc -a toc -a numbered -a sectids -a lang=fr x.txt asciidoc -a toc -a numbered -a sectids -a lang=fr sound.txt asciidoc -a toc -a numbered -a sectids -a lang=fr printing.txt asciidoc: WARNING: printing.txt: line 87: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=fr hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=fr init.txt asciidoc -a toc -a numbered -a sectids -a lang=fr contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=fr bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=fr mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=fr packages.txt asciidoc: WARNING: packages.txt: line 1573: missing style: [paradef-default]: gammu asciidoc: WARNING: packages.txt: line 3483: missing style: [paradef-default]: eth0 asciidoc: WARNING: packages.txt: line 3747: list item index: expected 1 got 2 asciidoc: WARNING: packages.txt: line 3753: list item index: expected 2 got 3 asciidoc -a toc -a numbered -a sectids -a lang=fr list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=fr security.txt asciidoc -a toc -a numbered -a sectids -a lang=fr repos.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr ids.txt asciidoc -a toc -a numbered -a sectids -a lang=fr rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=fr make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=fr asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=fr develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=fr testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=fr translations.txt asciidoc -a toc -a numbered -a sectids -a lang=fr porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr license.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=fr manual.txt a2x: ERROR: xmllint --nonet --noout --valid /home/ftp/pub/frugalware/frugalware-current/docs/fr/manual.xml returned non-zero exit status 4 make[1]: [manual.pdf] Error 1 (ignored) a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=fr user.txt a2x: ERROR: xmllint --nonet --noout --valid /home/ftp/pub/frugalware/frugalware-current/docs/fr/user.xml returned non-zero exit status 4 make[1]: [user.pdf] Error 1 (ignored) a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=fr devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/da' asciidoc -a toc -a numbered -a sectids -a lang=da introduction.txt asciidoc: WARNING: introduction.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: introduction.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da about.txt asciidoc: WARNING: about.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: about.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da quickref.txt asciidoc: WARNING: quickref.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: quickref.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da install.txt asciidoc: WARNING: install.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: install.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da upgrade.txt asciidoc: WARNING: upgrade.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: upgrade.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da postinst.txt asciidoc: WARNING: postinst.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: postinst.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da pacman-g2.txt asciidoc: WARNING: pacman-g2.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: pacman-g2.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da network.txt asciidoc: WARNING: network.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: network.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da x.txt asciidoc: WARNING: x.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: x.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da sound.txt asciidoc: WARNING: sound.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: sound.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da printing.txt asciidoc: WARNING: printing.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: printing.txt: line 3: missing section: [footer-text] asciidoc: WARNING: printing.txt: line 85: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=da hotplug.txt asciidoc: WARNING: hotplug.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: hotplug.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da init.txt asciidoc: WARNING: init.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: init.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da contribute.txt asciidoc: WARNING: contribute.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: contribute.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da bugs.txt asciidoc: WARNING: bugs.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: bugs.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da mobile.txt asciidoc: WARNING: mobile.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: mobile.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da packages.txt asciidoc: WARNING: packages.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: packages.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da list-rules.txt asciidoc: WARNING: list-rules.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: list-rules.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da irc-rules.txt asciidoc: WARNING: irc-rules.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: irc-rules.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gpg.txt asciidoc: WARNING: gpg.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: gpg.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da makepkg.txt asciidoc: WARNING: makepkg.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: makepkg.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da getting-involved.txt asciidoc: WARNING: getting-involved.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: getting-involved.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da security.txt asciidoc: WARNING: security.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: security.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da repos.txt asciidoc: WARNING: repos.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: repos.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gnome-bump-howto.txt asciidoc: WARNING: gnome-bump-howto.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: gnome-bump-howto.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da kde-bump-howto.txt asciidoc: WARNING: kde-bump-howto.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: kde-bump-howto.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da release-howto.txt asciidoc: WARNING: release-howto.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: release-howto.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da artwork-rules.txt asciidoc: WARNING: artwork-rules.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: artwork-rules.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da ids.txt asciidoc: WARNING: ids.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: ids.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da rebuild.txt asciidoc: WARNING: rebuild.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: rebuild.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da make-translation-for-rc-scripts.txt asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da asciidoc.txt asciidoc: WARNING: asciidoc.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: asciidoc.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da develfaq.txt asciidoc: WARNING: develfaq.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: develfaq.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da testsuite.txt asciidoc: WARNING: testsuite.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: testsuite.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da translations.txt asciidoc: WARNING: translations.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: translations.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da porting-howto.txt asciidoc: WARNING: porting-howto.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: porting-howto.txt: line 3: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da license.txt asciidoc: WARNING: license.txt: line 3: missing language conf file: lang-da.conf asciidoc: WARNING: license.txt: line 3: missing section: [footer-text] cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=da manual.txt a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=da user.txt a2x --dblatex-opts "-P latex.output.revhistory=0" -a toc -a numbered -a sectids -f pdf -a lang=da devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/da' po4a -k 0 po4a.cfg; for i in hu fr da; do for j in Makefile introduction.txt about.txt quickref.txt install.txt upgrade.txt postinst.txt pacman-g2.txt network.txt x.txt sound.txt printing.txt hotplug.txt init.txt contribute.txt bugs.txt mobile.txt packages.txt list-rules.txt irc-rules.txt gpg.txt makepkg.txt getting-involved.txt security.txt repos.txt gnome-bump-howto.txt kde-bump-howto.txt release-howto.txt artwork-rules.txt ids.txt rebuild.txt make-translation-for-rc-scripts.txt asciidoc.txt develfaq.txt testsuite.txt translations.txt porting-howto.txt license.txt; do [ "`stat -c %Y $j`" -gt "`stat -c %Y $i/$j 2>/dev/null || echo 0`" ] && `which cp` -v $j $i/; done; sed -i 's| ../source | ../../source |' $i/Makefile; sed -i 's| -maxdepth 3 | -maxdepth 4 |' $i/Makefile; sed -i 's/^\(=\+\)/\n\1/' $i/*.txt; make -C $i text || exit 1; done make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' asciidoc -a toc -a numbered -a sectids -a lang=hu introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=hu about.txt asciidoc -a toc -a numbered -a sectids -a lang=hu quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=hu install.txt asciidoc -a toc -a numbered -a sectids -a lang=hu upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=hu postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=hu pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=hu network.txt asciidoc -a toc -a numbered -a sectids -a lang=hu x.txt asciidoc -a toc -a numbered -a sectids -a lang=hu sound.txt asciidoc -a toc -a numbered -a sectids -a lang=hu printing.txt asciidoc: WARNING: printing.txt: line 92: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=hu hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=hu init.txt asciidoc -a toc -a numbered -a sectids -a lang=hu contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=hu bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=hu mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=hu packages.txt asciidoc -a toc -a numbered -a sectids -a lang=hu list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=hu getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=hu security.txt asciidoc -a toc -a numbered -a sectids -a lang=hu repos.txt asciidoc -a toc -a numbered -a sectids -a lang=hu gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=hu ids.txt asciidoc -a toc -a numbered -a sectids -a lang=hu rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=hu make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=hu asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=hu develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=hu testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=hu translations.txt asciidoc -a toc -a numbered -a sectids -a lang=hu porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=hu license.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x -a toc -a numbered -a sectids -f text -a lang=hu manual.txt a2x -a toc -a numbered -a sectids -f text -a lang=hu user.txt a2x -a toc -a numbered -a sectids -f text -a lang=hu devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/hu' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' asciidoc -a toc -a numbered -a sectids -a lang=fr introduction.txt asciidoc -a toc -a numbered -a sectids -a lang=fr about.txt asciidoc -a toc -a numbered -a sectids -a lang=fr quickref.txt asciidoc -a toc -a numbered -a sectids -a lang=fr install.txt asciidoc -a toc -a numbered -a sectids -a lang=fr upgrade.txt asciidoc -a toc -a numbered -a sectids -a lang=fr postinst.txt asciidoc -a toc -a numbered -a sectids -a lang=fr pacman-g2.txt asciidoc -a toc -a numbered -a sectids -a lang=fr network.txt asciidoc -a toc -a numbered -a sectids -a lang=fr x.txt asciidoc -a toc -a numbered -a sectids -a lang=fr sound.txt asciidoc -a toc -a numbered -a sectids -a lang=fr printing.txt asciidoc: WARNING: printing.txt: line 94: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=fr hotplug.txt asciidoc -a toc -a numbered -a sectids -a lang=fr init.txt asciidoc -a toc -a numbered -a sectids -a lang=fr contribute.txt asciidoc -a toc -a numbered -a sectids -a lang=fr bugs.txt asciidoc -a toc -a numbered -a sectids -a lang=fr mobile.txt asciidoc -a toc -a numbered -a sectids -a lang=fr packages.txt asciidoc: WARNING: packages.txt: line 1641: missing style: [paradef-default]: gammu asciidoc: WARNING: packages.txt: line 3639: missing style: [paradef-default]: eth0 asciidoc: WARNING: packages.txt: line 3913: list item index: expected 1 got 2 asciidoc: WARNING: packages.txt: line 3919: list item index: expected 2 got 3 asciidoc -a toc -a numbered -a sectids -a lang=fr list-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr irc-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gpg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr makepkg.txt asciidoc -a toc -a numbered -a sectids -a lang=fr getting-involved.txt asciidoc -a toc -a numbered -a sectids -a lang=fr security.txt asciidoc -a toc -a numbered -a sectids -a lang=fr repos.txt asciidoc -a toc -a numbered -a sectids -a lang=fr gnome-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr kde-bump-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr release-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr artwork-rules.txt asciidoc -a toc -a numbered -a sectids -a lang=fr ids.txt asciidoc -a toc -a numbered -a sectids -a lang=fr rebuild.txt asciidoc -a toc -a numbered -a sectids -a lang=fr make-translation-for-rc-scripts.txt asciidoc -a toc -a numbered -a sectids -a lang=fr asciidoc.txt asciidoc -a toc -a numbered -a sectids -a lang=fr develfaq.txt asciidoc -a toc -a numbered -a sectids -a lang=fr testsuite.txt asciidoc -a toc -a numbered -a sectids -a lang=fr translations.txt asciidoc -a toc -a numbered -a sectids -a lang=fr porting-howto.txt asciidoc -a toc -a numbered -a sectids -a lang=fr license.txt cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x -a toc -a numbered -a sectids -f text -a lang=fr manual.txt a2x: ERROR: xmllint --nonet --noout --valid /home/ftp/pub/frugalware/frugalware-current/docs/fr/manual.xml returned non-zero exit status 4 make[1]: [manual.text] Error 1 (ignored) a2x -a toc -a numbered -a sectids -f text -a lang=fr user.txt a2x: ERROR: xmllint --nonet --noout --valid /home/ftp/pub/frugalware/frugalware-current/docs/fr/user.xml returned non-zero exit status 4 make[1]: [user.text] Error 1 (ignored) a2x -a toc -a numbered -a sectids -f text -a lang=fr devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/fr' make[1]: Entering directory `/home/ftp/pub/frugalware/frugalware-current/docs/da' asciidoc -a toc -a numbered -a sectids -a lang=da introduction.txt asciidoc: WARNING: introduction.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: introduction.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da about.txt asciidoc: WARNING: about.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: about.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da quickref.txt asciidoc: WARNING: quickref.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: quickref.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da install.txt asciidoc: WARNING: install.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: install.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da upgrade.txt asciidoc: WARNING: upgrade.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: upgrade.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da postinst.txt asciidoc: WARNING: postinst.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: postinst.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da pacman-g2.txt asciidoc: WARNING: pacman-g2.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: pacman-g2.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da network.txt asciidoc: WARNING: network.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: network.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da x.txt asciidoc: WARNING: x.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: x.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da sound.txt asciidoc: WARNING: sound.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: sound.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da printing.txt asciidoc: WARNING: printing.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: printing.txt: line 4: missing section: [footer-text] asciidoc: WARNING: printing.txt: line 92: list item index: expected 1 got 6 asciidoc -a toc -a numbered -a sectids -a lang=da hotplug.txt asciidoc: WARNING: hotplug.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: hotplug.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da init.txt asciidoc: WARNING: init.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: init.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da contribute.txt asciidoc: WARNING: contribute.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: contribute.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da bugs.txt asciidoc: WARNING: bugs.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: bugs.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da mobile.txt asciidoc: WARNING: mobile.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: mobile.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da packages.txt asciidoc: WARNING: packages.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: packages.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da list-rules.txt asciidoc: WARNING: list-rules.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: list-rules.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da irc-rules.txt asciidoc: WARNING: irc-rules.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: irc-rules.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gpg.txt asciidoc: WARNING: gpg.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: gpg.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da makepkg.txt asciidoc: WARNING: makepkg.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: makepkg.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da getting-involved.txt asciidoc: WARNING: getting-involved.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: getting-involved.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da security.txt asciidoc: WARNING: security.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: security.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da repos.txt asciidoc: WARNING: repos.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: repos.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da gnome-bump-howto.txt asciidoc: WARNING: gnome-bump-howto.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: gnome-bump-howto.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da kde-bump-howto.txt asciidoc: WARNING: kde-bump-howto.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: kde-bump-howto.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da release-howto.txt asciidoc: WARNING: release-howto.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: release-howto.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da artwork-rules.txt asciidoc: WARNING: artwork-rules.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: artwork-rules.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da ids.txt asciidoc: WARNING: ids.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: ids.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da rebuild.txt asciidoc: WARNING: rebuild.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: rebuild.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da make-translation-for-rc-scripts.txt asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 5: missing language conf file: lang-da.conf asciidoc: WARNING: make-translation-for-rc-scripts.txt: line 5: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da asciidoc.txt asciidoc: WARNING: asciidoc.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: asciidoc.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da develfaq.txt asciidoc: WARNING: develfaq.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: develfaq.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da testsuite.txt asciidoc: WARNING: testsuite.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: testsuite.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da translations.txt asciidoc: WARNING: translations.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: translations.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da porting-howto.txt asciidoc: WARNING: porting-howto.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: porting-howto.txt: line 4: missing section: [footer-text] asciidoc -a toc -a numbered -a sectids -a lang=da license.txt asciidoc: WARNING: license.txt: line 4: missing language conf file: lang-da.conf asciidoc: WARNING: license.txt: line 4: missing section: [footer-text] cat header.txt > manual.txt; for i in `cat index.txt |grep link:.*html |sed 's/.*:\(.*\).html\[.*/\1.txt/'`; do [ "$i" = "manual.txt" ] && continue; echo "include::$i[]" >> manual.txt; echo >> manual.txt; done a2x -a toc -a numbered -a sectids -f text -a lang=da manual.txt a2x -a toc -a numbered -a sectids -f text -a lang=da user.txt a2x -a toc -a numbered -a sectids -f text -a lang=da devel.txt make[1]: Leaving directory `/home/ftp/pub/frugalware/frugalware-current/docs/da'