fix 'make clean': shell glob, ignore failure

Unfortunately a glob like osmo-x__*.{svg,png} doesn't work, so have the
suffixes in separate globs.

Add dashes to indicate that failure should be ignored.

Change-Id: I6bc4d9ea72b43a573acbc860c23397f748de2c7b
This commit is contained in:
Neels Hofmeyr 2016-10-17 06:47:22 +02:00
parent 6bc5c2aac6
commit 5c8f1ccff0
1 changed files with 5 additions and 3 deletions

View File

@ -23,9 +23,11 @@ osmopcu-gb.pdf: gb/*.adoc gb/*.msc
osmopcu-usermanual.pdf: chapters/*.adoc
clean:
rm -rf $(cleanfiles)
rm -rf gen-vty-docbook
rm -rf osmopcu-usermanual__*.{svg,png,check}
-rm -rf $(cleanfiles)
-rm -rf gen-vty-docbook
-rm osmopcu-usermanual__*.png
-rm osmopcu-usermanual__*.svg
-rm osmopcu-usermanual.check
gen-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \