diff options
author | Max Rees <maxcrees@me.com> | 2020-12-29 21:24:04 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-12-29 21:24:04 -0500 |
commit | ab47017a39ebffc01ed7765813d9caeeb5d288b5 (patch) | |
tree | 89fe7628f1c7dbaf21d59e9dee89958dd2cc777a /Make.rules | |
parent | 3890035c21e40aca7d5360bfc40e4b7ab9f10c50 (diff) | |
download | apk-tools-for-alpine/pregen-help.tar.gz apk-tools-for-alpine/pregen-help.tar.bz2 apk-tools-for-alpine/pregen-help.tar.xz apk-tools-for-alpine/pregen-help.zip |
Allow build to continue if help.h/manpages are already generatedfor-alpine/pregen-help
This would allow future distribution of tarballs that already have
help.h and the doc/*.[0-9] manpages pre-generated. Such a tarball could
then be built successfully with LUA=no.
Diffstat (limited to 'Make.rules')
-rw-r--r-- | Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,7 +287,7 @@ __scdocs := $(addprefix $(obj)/,$(sort $(scdocs-y))) nontargets += $(__scdocs) docs += $(__scdocs) -$(__scdocs): $(obj)/%: $(src)/%.scd FORCE +$(__scdocs): $(obj)/%: $(src)/%.scd $(call if_changed,scdoc) #### |