Index: action_compiler.sh =================================================================== --- action_compiler.sh (revision 34672) +++ action_compiler.sh (revision 34673) @@ -1,5 +1,4 @@ #!/bin/sh - # action_compiler - generate publishable action docs from shorthand htmls # Copyright (C) 2018 Tibor 'Igor2' Palinkas # @@ -19,6 +18,11 @@ # # http://repo.hu/projects/librnd +#shell lib; configuration: +# $APP: name of the app, e.g. pcb-rnd +# dump_actions(): function for dumping actions, e.g. cd ../../../../src; ./pcb-rnd --dump-actions + + SEP="<@@@@>" SEPH="<@@H@@>" @@ -166,19 +170,16 @@ - pcb-rnd user manual - action details + '$APP' user manual - action details -

pcb-rnd actions (details)

+

'$APP' actions (details)

' ( - ( - cd ../../../../src - ./pcb-rnd --dump-actions 2>/dev/null - ) + (dump_actions 2>/dev/null) for fn in "$@" do if test "$fn" = "LIBRND" @@ -191,7 +192,7 @@ tr "\n\r\t" " " < $fn | sed "s@<@\n<@g;s@>@>\n@g;" fi done -) | compile +) | compile echo ' Property changes on: action_compiler.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property