mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Don't repeatedly install the doc dir for every file
This commit is contained in:
parent
8f486e730c
commit
3e6691a703
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS)
|
|||
touch $@
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search
|
||||
for f in `find html -type f \! -name "installdox"`; do \
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
|
||||
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue