1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00

check-doc-dist: restore submodule doc branch master

This commit is contained in:
Fredrik Thulin 2011-12-14 13:06:41 +01:00
parent 62662049fb
commit 41dddf3e62

View File

@ -74,7 +74,7 @@ ChangeLog:
check-doc-dist:
cd $(srcdir) && git submodule update
cd $(srcdir)/doc && git pull
cd $(srcdir)/doc && git checkout master && git pull
perl -pe "s,^EXTRA_DIST = .*,EXTRA_DIST = `cd $(srcdir) && ls doc/*.asciidoc | grep -v Todo.ascii | xargs echo`," \
< $(srcdir)/Makefile.am > check-doc-dist.tmp
diff -ur $(srcdir)/Makefile.am check-doc-dist.tmp || \