mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
doc: Use 'rm -rf' for the html doxygen tree (it contains search/ dir now)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f285572102
commit
a074588889
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ doc-pack: doc
|
|||
else \
|
||||
$(TAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
|
||||
fi
|
||||
rm -f $(top_srcdir)/doc/doxygen/html/*
|
||||
rm -rf $(top_srcdir)/doc/doxygen/html/*
|
||||
|
||||
doc-clean:
|
||||
rm -f $(top_srcdir)/doc/doxygen/html/*
|
||||
rm -rf $(top_srcdir)/doc/doxygen/html/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue