X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/b6102addd5203e385780c059185b5fddc7477afa..584107ebdc413a0f2a27d24055982265798ca21a:/doc/Makefile?ds=inline diff --git a/doc/Makefile b/doc/Makefile index 143f5e8..62de89f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,13 +27,13 @@ install: install-man install-html install-man: doc $(NICE) for f in `find reference/man -type f | cut -b11-`; do \ echo " INSTALL $(prefix)/share/$$f"; \ - install -m 0644 -D reference/$$f $(prefix)/share/$$f; \ + install -p -m 0644 -D reference/$$f $(prefix)/share/$$f; \ done install-html: doc $(NICE) for f in `find reference/html -type f | cut -b11-`; do \ echo " INSTALL $(prefix)/share/doc/posixx/$$f"; \ - install -m 0644 -D reference/$$f $(prefix)/share/doc/posixx/$$f; \ + install -p -m 0644 -D reference/$$f $(prefix)/share/doc/posixx/$$f; \ done include: