../awl isn't present in CI build, drop dep

Also drop dependency on dba/davical.sql as that is no longer checked
for the DB version.
This commit is contained in:
Andrew Ruthven 2024-04-30 22:47:39 +12:00
parent 24f6c8be18
commit 3da860e5d5

View File

@ -32,7 +32,7 @@ built-locale: po/*.po
# #
# Insert the current version number into always.php # Insert the current version number into always.php
# #
htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql ../awl/VERSION htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION
scripts/build-always.sh <$< >$@ scripts/build-always.sh <$< >$@
# #