https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222252
--- Comment #2 from Wolfram Schneider <[email protected]> --- Actually, it is more complicated. The french makefile will generate *.ps files in share/images as well. Any Makefile which contains the variable IMAGES_EN will activate the implicit rules in share/mk/doc.images.mk, and generate .eps,.png,.ps files if they are not exists or outdated. PostScript files are generated from *.pic files .pic.ps: ${PIC2PS} ${.ALLSRC} > ${.TARGET} -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
