Commit fe318e14 authored by Clément Bœsch's avatar Clément Bœsch

build: split examples cleaning out of docclean.

parent 1a88e84f
......@@ -147,9 +147,12 @@ clean:: docclean
distclean:: docclean
$(RM) doc/config.texi
docclean:
examplesclean:
$(RM) $(ALL_DOC_EXAMPLES)
$(RM) $(CLEANSUFFIXES:%=doc/%) $(CLEANSUFFIXES:%=doc/examples/%)
$(RM) $(CLEANSUFFIXES:%=doc/examples/%)
docclean: examplesclean
$(RM) $(CLEANSUFFIXES:%=doc/%)
$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 doc/avoptions_*.texi
$(RM) -r doc/doxy/html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment