mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
create implict rule for python executable and use it to create dnssec-checkds
This commit is contained in:
@@ -30,8 +30,6 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES}
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
dnssec-checkds: ${srcdir}/dnssec-checkds.py
|
||||
cp -f $< $@
|
||||
chmod +x $@
|
||||
|
||||
doc man:: ${MANOBJS}
|
||||
|
||||
|
@@ -358,3 +358,12 @@ ALWAYS_MAKE_SYMTABLE = @ALWAYS_MAKE_SYMTABLE@
|
||||
|
||||
.docbook.8:
|
||||
${XSLTPROC} -o $@ ${top_srcdir}/doc/xsl/isc-manpage.xsl $<
|
||||
|
||||
###
|
||||
### Python executable
|
||||
###
|
||||
.SUFFIXES: .py
|
||||
.py:
|
||||
cp -f $< $@
|
||||
chmod +x $@
|
||||
|
||||
|
Reference in New Issue
Block a user