[Bug 222252] `make clean' does not cleanup *.ps files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 13 09:23:53 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222252

--- Comment #2 from Wolfram Schneider <wosch at FreeBSD.org> ---
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.


More information about the freebsd-doc mailing list