1 TARGET_DIR := ../bin/doc
10 expandpatch_checked.png \
19 loadmode_newtracks.png \
22 loadmode_resource.png \
44 for i in $(IMAGES) ; \
45 do if ! test -e $$i ; \
46 then cp -a ../plugins/suv/data/$$i . ; \
49 makeinfo --html --no-split cinelerra.texi
50 # makeinfo --html cinelerra.texi
53 mkdir -p $(TARGET_DIR)
54 cp $(IMAGES) $(TARGET_DIR)
55 cp cinelerra.html $(TARGET_DIR)
58 rm -f $(IMAGES) $(OUTPUT)