diff --git a/lang/python-doc-pdf-a4/Makefile b/lang/python-doc-pdf-a4/Makefile index 9f0cc696510d..ae42f0cfa89f 100644 --- a/lang/python-doc-pdf-a4/Makefile +++ b/lang/python-doc-pdf-a4/Makefile @@ -4,5 +4,4 @@ DOCFORMAT= pdf-a4 MASTERDIR= ${.CURDIR}/../python-doc-html -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/python-doc-pdf-letter/Makefile b/lang/python-doc-pdf-letter/Makefile index 4fddd4b5c64f..3390a6206cd8 100644 --- a/lang/python-doc-pdf-letter/Makefile +++ b/lang/python-doc-pdf-letter/Makefile @@ -4,5 +4,4 @@ DOCFORMAT= pdf-letter MASTERDIR= ${.CURDIR}/../python-doc-html -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile index b32733af27fa..c1c18283262c 100644 --- a/lang/python-doc-text/Makefile +++ b/lang/python-doc-text/Makefile @@ -4,5 +4,4 @@ DOCFORMAT= text MASTERDIR= ${.CURDIR}/../python-doc-html -NO_STAGE= yes .include "${MASTERDIR}/Makefile"