]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
don't move but, cp -Rp (should be portable
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 12 Sep 2005 12:40:59 +0000 (12:40 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 12 Sep 2005 12:40:59 +0000 (12:40 +0000)
Makefile.in

index b88a41df61ac5a4e8a955ef5802062548f65a725..5b984e279e456f2b99a8f7f051bcd98336243b10 100644 (file)
@@ -106,7 +106,7 @@ uninstall-progs:
 
 install-doc:   doc
                ${INSTALL} -d $(mandir)/man3
-               mv doc/man/man3/* $(mandir)/man3/
+               cp -Rp doc/man/man3/* $(mandir)/man3/
                ${INSTALL} -d $(mandir)/man1
                for i in $(PROG_TARGETS); do \
                        ${INSTALL} -c -m 644 doc/$$i.1 $(mandir)/man1 ; done