mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 11:25:06 -05:00
make_release: don't package chrony.txt
This commit is contained in:
@@ -46,9 +46,6 @@ for m in chronyc.1.in chrony.conf.5.in chronyd.8.in; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
./configure && make chrony.txt || exit 1
|
./configure && make chrony.txt || exit 1
|
||||||
mv chrony.txt chrony.txt_
|
|
||||||
make distclean
|
|
||||||
mv chrony.txt_ chrony.txt
|
|
||||||
|
|
||||||
awk '/^[1-9] Installation$/{p=1}
|
awk '/^[1-9] Installation$/{p=1}
|
||||||
/^[1-9]\.. Support for line editing/{exit}; p' chrony.txt | \
|
/^[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
|
mv doc/faq.text FAQ
|
||||||
rm -rf doc
|
rm -rf doc
|
||||||
|
|
||||||
|
make distclean
|
||||||
rm -f config.h config.log make_release .gitignore
|
rm -f config.h config.log make_release .gitignore
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user