doc/share/mk
Wolfram Schneider 9c93d11e18 we need to delete the target symlink first before we can create it
This solved the issue with symlinks to directories.  The semantic
of `ln -fs' is special if you run it for directories twice, e.g.

mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from

now run it again
ln -sf from to

find . -name from -or -name to
./to
./from
./from/from

ls -l from
total 1
lrwxrwxr-x  1 wosch  devel  4 Oct  6 13:54 from -> from

PR: 222737
2017-10-07 09:03:10 +00:00
..
doc.commands.mk Trim obsolete translations from PO files. These are translations for 2017-08-14 21:08:28 +00:00
doc.common.mk - LANGCODE used to resolve to "." when called from the top-level directory; 2013-05-17 19:56:43 +00:00
doc.docbook-dep.mk <doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation 2017-10-06 14:08:45 +00:00
doc.docbook.mk switch to HTTPS 2017-09-29 09:46:32 +00:00
doc.images.mk fix race conditions in doc image builds 2017-09-19 09:57:15 +00:00
doc.install.mk Add refinements on mirrors.xml: 2003-11-24 18:26:35 +00:00
doc.project.mk <doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation 2017-10-06 14:08:45 +00:00
doc.slides.mk Make HTML and PDF targets .OBJDIR clean. 2005-08-29 03:18:58 +00:00
doc.subdir.mk Eliminate duplicate traversal of directories in realinstall target. 2006-11-09 04:23:14 +00:00
doc.xml.mk new variable XMLDOCS_NO_SRCS 2017-09-28 16:59:08 +00:00
web.site.mk we need to delete the target symlink first before we can create it 2017-10-07 09:03:10 +00:00