Skip to content

Commit

Permalink
doc: Use 'rm -rf' for the html doxygen tree (it contains search/ dir …
Browse files Browse the repository at this point in the history
…now)

Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Sep 6, 2012
1 parent f285572 commit a074588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit a074588

Please sign in to comment.