# HG changeset patch # User Oleksandr Gavenko # Date 1544611540 -7200 # Node ID 60635dc58066ebfe69a3f49c0965b35ef47163dc # Parent a2940bea3a6d331b3490913e633fe3f906fcddb3 Create missing directories. diff -r a2940bea3a6d -r 60635dc58066 Makefile --- a/Makefile Thu Nov 29 00:00:11 2018 +0200 +++ b/Makefile Wed Dec 12 12:45:40 2018 +0200 @@ -36,9 +36,9 @@ ################################################################ # Build tool definition/switches. -INSTALL_DATA := install -m 640 +INSTALL_DATA := install -m 640 -D ifeq '$(host_os)' 'solaris' - INSTALL_DATA := ginstall -m 640 + INSTALL_DATA := ginstall -m 640 -D endif RST2HTML = rst2html