mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-12 13:30:34 +01:00
[test/Makefile.am] Match *-out.{pdf,ps,svg}
When cleaning files, limit the glob to only match *-out.{pdf,ps,svg} in
order to distinguish the current practice of naming vector output files
from possible future vector target/reference files.
This commit is contained in:
parent
49ea4fbb25
commit
e3665bde5d
1 changed files with 3 additions and 3 deletions
|
|
@ -915,9 +915,9 @@ CLEANFILES = \
|
|||
# Then it became a fancy find using many GNU extensions, but then the ugly
|
||||
# reality of portability was raised and it became....
|
||||
clean-local:
|
||||
-${FIND} . -name '*.ps' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*.pdf' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*.svg' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*-out.ps' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*-out.pdf' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*-out.svg' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*-out.png' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*-diff.png' -print | ${XARGS} ${RM}
|
||||
-${FIND} . -name '*.log' -print | ${XARGS} ${RM}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue