Index: work/doc/distalign/Makefile =================================================================== --- work/doc/distalign/Makefile (revision 18007) +++ work/doc/distalign/Makefile (revision 18008) @@ -4,7 +4,7 @@ # # NOTE gridless used where permitted as grid alignment yields better visualized placement.. # NOTE POSIX compliance tested with ".POSIX" keyword (below) and -# by invoking with "make "SHELL=/bin/dash" +# by invoking with "make SHELL=/bin/dash" # .POSIX: .SILENT: @@ -103,12 +103,11 @@ printf "%s\n" "LoadFrom(layout,temp.lht) Cursor(Warp,50,-50,board) Select(All) "$$bname" Export(png, --outfile, '$$name', --photo-mode, --dpi, 300) Quit" | pcb-rnd -c rc/quiet=1 --gui batch ;\ printf "%s" "." # Something happening feedback for user ;\ done ;\ - rm -f $$TMPLHT ; + rm -f temp.lht ; clean: - @TMPLHT=temp.lht ; @ALIGNHTML=align-examples.html ; @rm -f alignpix/*.png - @rm -f $${TMPLHT} + @rm -f temp.lht @rm -f $${ALIGNHTML}