Index: doc/user/ps_title1.html =================================================================== --- doc/user/ps_title1.html (revision 30714) +++ doc/user/ps_title1.html (nonexistent) @@ -1,33 +0,0 @@ - - -


  -


  -


  -


  -


  -


  -


  -


  -

- -
- pcb-rnd -

%%%ver%%% -


  -


  - User manual -


  - Volume 1: Core functionality -


  -

- -

pcb-rnd - user manual

-

-This is the pdf version of the html based user manual shipped -with pcb-rnd. The current version is available online at -http://repo.hu/projects/pcb-rnd/user -

-This file is one of the three volumes of the user documentation. - - - Index: doc/user/ps_title2.html =================================================================== --- doc/user/ps_title2.html (revision 30714) +++ doc/user/ps_title2.html (nonexistent) @@ -1,31 +0,0 @@ - - -


  -


  -


  -


  -


  -


  -


  -


  -

- PCB-rnd -

%%%ver%%% -


  -


  - User manual -


  - Volume 2: Plugins and utilities -


  -

- -

pcb-rnd - user manual

-

-This is the pdf version of the html based user manual shipped -with pcb-rnd. The current version is available online at -http://repo.hu/projects/pcb-rnd/user -

-This file is one of the three volumes of the user documentation. - - - Index: doc/user/ps_title3.html =================================================================== --- doc/user/ps_title3.html (revision 30714) +++ doc/user/ps_title3.html (nonexistent) @@ -1,31 +0,0 @@ - - -


  -


  -


  -


  -


  -


  -


  -


  -

- PCB-rnd -

%%%ver%%% -


  -


  - User manual -


  - Volume 3: Appendix and misc -


  -

- -

pcb-rnd - user manual

-

-This is the pdf version of the html based user manual shipped -with pcb-rnd. The current version is available online at -http://repo.hu/projects/pcb-rnd/user -

-This file is one of the three volumes of the user documentation. - - - Index: doc/user/Makefile =================================================================== --- doc/user/Makefile (revision 30714) +++ doc/user/Makefile (revision 30715) @@ -15,13 +15,13 @@ cp ../resources/logo32.png ps_logo.png user1.ps: ps1.lst $(BUILD) default.css Makefile ps_logo.png - HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps1.lst` > user1.ps + HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%volume%%%^Volume 1: Core functionality^;s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps1.lst` > user1.ps user2.ps: ps2.lst $(BUILD) default.css Makefile - HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps2.lst` > user2.ps + HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%volume%%%^Volume 2: Plugins and utilities^;s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps2.lst` > user2.ps user3.ps: ps3.lst $(BUILD) default.css Makefile - HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps3.lst` > user3.ps + HTML2PS_OPTS="-f default.css --toc h" HTML2PS_SED="s^%%%volume%%%^Volume 3: Appendix and misc^;s^%%%ver%%%^Version $(PCB_RND_VER)^g" $(BUILD) `cat ps3.lst` > user3.ps user1.pdf: user1.ps ps2pdf user1.ps @@ -36,15 +36,15 @@ ./listlnk list -v | grep -v "^index.html \|[.]png \|[.]svg \|[.]pcb\| [.]lht" > ps.lst.vols ps1.lst: */*.html */*.png ps.lst.vols - echo "ps_title1.html" > ps1.lst + echo "ps_title.html" > ps1.lst awk -F " " '($$2 == 1) {print $$1}' < ps.lst.vols >> ps1.lst ps2.lst: */*.html */*.png ps.lst.vols - echo "ps_title2.html" > ps2.lst + echo "ps_title.html" > ps2.lst awk -F " " '($$2 == 2) {print $$1}' < ps.lst.vols >> ps2.lst ps3.lst: */*.html */*.png ps.lst.vols - echo "ps_title3.html" > ps3.lst + echo "ps_title.html" > ps3.lst awk -F " " '($$2 == 3) {print $$1}' < ps.lst.vols >> ps3.lst include Makefile.inst Index: doc/user/ps_title.html =================================================================== --- doc/user/ps_title.html (nonexistent) +++ doc/user/ps_title.html (revision 30715) @@ -0,0 +1,33 @@ + + +


  +


  +


  +


  +


  +


  +


  +


  +

+ +
+ pcb-rnd +

%%%ver%%% +


  +


  + User manual +


  + %%%volume%%% +


  +

+ +

pcb-rnd - user manual

+

+This is the pdf version of the html based user manual shipped +with pcb-rnd. The current version is available online at +http://repo.hu/projects/pcb-rnd/user +

+This file is one of the three volumes of the user documentation. + + +