Index: work/doc/distalign/Makefile =================================================================== --- work/doc/distalign/Makefile (revision 17977) +++ work/doc/distalign/Makefile (revision 17978) @@ -5,7 +5,6 @@ # 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" -# 2018/07/02 # .POSIX: .SILENT: @@ -96,6 +95,7 @@ $(PREREQS) : printf "%s\n" "Building Image Files" + cp align.lht.master alignpix/align.lht for name in $(PREREQS) ; do \ fname=`printf "%s" $$name | tr "[]" "()"` ;\ bname=`basename -s .png $$fname` ;\ @@ -109,7 +109,6 @@ @TMPLHT=temp.lht ; @ALIGNHTML=align-examples.html ; @rm -f alignpix/*.png - @printf "%s\n" "LoadFrom(layout,align.lht) Export(png, --outfile, "alignpix/Align-Original.png", --photo-mode, --dpi, 300) Quit" | pcb-rnd -c rc/quiet=1 --gui batch ; @rm -f $${TMPLHT} @rm -f $${ALIGNHTML}