X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/051029f8a43e8bbe2b0caaa674e08f44f40ddaf8..1eba782fc3c55528a4da14d79e114874b9299453:/doc/makefile?ds=sidebyside diff --git a/doc/makefile b/doc/makefile index c7391f11c..785c0b125 100644 --- a/doc/makefile +++ b/doc/makefile @@ -13,10 +13,10 @@ include $(DOCBOOK_H) doc: manpages docbook examples/sources.list: ../vendor/current/sources.list - ln -sf $(shell readlink -f $^) $@ + ln -sf '$(abspath $^)' $@ apt-vendor.ent: ../vendor/current/apt-vendor.ent - ln -sf $(shell readlink -f $^) $@ + ln -sf '$(abspath $^)' $@ # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf