Index: trunk/doc/user/Makefile =================================================================== --- trunk/doc/user/Makefile (nonexistent) +++ trunk/doc/user/Makefile (revision 13612) @@ -0,0 +1,18 @@ +TRUNK=../.. +BUILD=$(TRUNK)/util/build_ps.sh + +export HTML2PS_OPTS=-f default.css +export HTML2PS_SED="s^<[hH]1>.*^^g" + +all: user.pdf + +user.ps: ps.lst $(BUILD) default.css Makefile + $(BUILD) `cat ps.lst` > user.ps + +user.pdf: user.ps + ps2pdf user.ps + +ps.lst: */*.html */*.png + echo "title.html" > ps.lst + echo "index.html" >> ps.lst + ls */*.html | sort >> ps.lst Index: trunk/doc/user/default.css =================================================================== --- trunk/doc/user/default.css (revision 13611) +++ trunk/doc/user/default.css (revision 13612) @@ -1,14 +1,14 @@ -h1 { +H1 { border-bottom-style: solid; border-bottom-width: 3px; } -h2 { +H2 { border-bottom-style: solid; border-bottom-width: 1px; } -p { +P { text-align: justify; margin-left: 20px; } Index: trunk/doc/user/title.html =================================================================== --- trunk/doc/user/title.html (nonexistent) +++ trunk/doc/user/title.html (revision 13612) @@ -0,0 +1,19 @@ + + +

+

+

+

+

+

+

+

+

+

PCB-rnd

+

+

+

User manual

+

+

+ +