bk: 5409212by8BeC4lllguwjZGjF7CrTA
+* [Bug 2649] "make install" leaves wrong owner for files in html/.
* [Bug 2652] Windows hates directory names that contain a :.
(4.2.7p470) 2014/09/02 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2502] Autogen text replacement errors.
@find $(distdir) -type d -name SCCS -print | xargs rm -rf
install-data-local:
- ( cd $(srcdir) && tar cf - `find html -type f | grep -v SCCS`) \
- | ( cd $(DESTDIR)$(htmldir) && tar xvf - )
+ ( cd $(srcdir) && find html -name SCCS -prune -o -type f \
+ -exec $(INSTALL_DATA) -C -D {} $(DESTDIR)$(htmldir)/{} ";" )
uninstall-local:
rm -rf $(DESTDIR)$(htmldir)/html