Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2017 09:23:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 222252] `make clean' does not cleanup *.ps files
Message-ID:  <bug-222252-9-Zxouvw7L82@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222252-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222252-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222252

--- Comment #2 from Wolfram Schneider <wosch@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 implic=
it
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}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222252-9-Zxouvw7L82>