summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 2d7fce1..29f7386 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,7 @@
dist_man_MANS = lsrc.1 mkrc.1 rcdn.1 rcup.1 rcrc.5 rcm.7
+ORIGIN_URL=$(shell git config --get remote.origin.url)
+
###### manpages as HTML
release_build_man_html:
([ -d $(abs_top_builddir)/gh-pages ] || git clone --branch gh-pages --single-branch .. $(abs_top_builddir)/gh-pages) && \