]> arthur.barton.de Git - bup.git/blobdiff - Makefile
sampledata: use a local absolute symlink, not /etc
[bup.git] / Makefile
index b129a7e08f1818770d0d213c972bb139498ca80a..1870a87533946d9d23b33ca2bd0ee5a6f93a07b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -153,13 +153,13 @@ export-docs: Documentation/all
        rm -f $${GIT_INDEX_FILE} && \
        git add -f Documentation/*.1 && \
        git update-ref refs/heads/man \
-               $$(echo "Autogenerated man pages for $$(git describe)" \
+               $$(echo "Autogenerated man pages for $$(git describe --always)" \
                    | git commit-tree $$(git write-tree --prefix=Documentation) \
                                -p refs/heads/man) && \
        rm -f $${GIT_INDEX_FILE} && \
        git add -f Documentation/*.html && \
        git update-ref refs/heads/html \
-               $$(echo "Autogenerated html pages for $$(git describe)" \
+               $$(echo "Autogenerated html pages for $$(git describe --always)" \
                    | git commit-tree $$(git write-tree --prefix=Documentation) \
                                -p refs/heads/html)