build: README and NEWS always exist

This commit is contained in:
Aleksander Morgado 2016-03-21 10:34:17 +01:00
parent 2b9ed33235
commit da531b39cd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PKG_NAME=libqmi
(cd $srcdir;
gtkdocize || exit 1
mkdir -p m4
touch README NEWS ChangeLog
touch ChangeLog
autoreconf --force --install --verbose
)