make_release: don't package chrony.txt
This commit is contained in:
parent
0e694e08fc
commit
aa0c0fc401
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,6 @@ for m in chronyc.1.in chrony.conf.5.in chronyd.8.in; do
|
|||
done
|
||||
|
||||
./configure && make chrony.txt || exit 1
|
||||
mv chrony.txt chrony.txt_
|
||||
make distclean
|
||||
mv chrony.txt_ chrony.txt
|
||||
|
||||
awk '/^[1-9] Installation$/{p=1}
|
||||
/^[1-9]\.. Support for line editing/{exit}; p' chrony.txt | \
|
||||
|
@ -63,6 +60,7 @@ a2x --lynx -f text doc/faq.adoc || exit 1
|
|||
mv doc/faq.text FAQ
|
||||
rm -rf doc
|
||||
|
||||
make distclean
|
||||
rm -f config.h config.log make_release .gitignore
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue