mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
doc: fix permissions
Doxygen create also subdirectories. Make sure that files in those directories have required permissions. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c8bc54a9ca
commit
1101c397aa
1 changed files with 4 additions and 2 deletions
|
|
@ -9,14 +9,16 @@ doc:
|
|||
doxygen doxygen.cfg
|
||||
|
||||
doc-pack: doc
|
||||
-chmod a+r $(top_srcdir)/doc/doxygen/html/*
|
||||
-chmod a-w $(top_srcdir)/doc/doxygen/html/*
|
||||
-chmod -R a+r $(top_srcdir)/doc/doxygen/html/*
|
||||
-chmod -R a-w $(top_srcdir)/doc/doxygen/html/*
|
||||
if ! test -z "$(AMTAR)"; then \
|
||||
$(AMTAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
|
||||
else \
|
||||
$(TAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
|
||||
fi
|
||||
-chmod -R u+w $(top_srcdir)/doc/doxygen/html/*
|
||||
rm -rf $(top_srcdir)/doc/doxygen/html/*
|
||||
|
||||
doc-clean:
|
||||
-chmod -R u+w $(top_srcdir)/doc/doxygen/html/*
|
||||
rm -rf $(top_srcdir)/doc/doxygen/html/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue