diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-16 20:17:54 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-16 20:17:54 +0000 |
commit | c11b3f39931d06d3d24ce3347041b7495d453d24 (patch) | |
tree | 05855d088431b671c5f12a5aa2010acbd6b53f67 | |
parent | f36ba72281289feac4c47e75034088f9de90dd22 (diff) |
- mark stage-safe
Notes
Notes:
svn path=/head/; revision=339975
-rw-r--r-- | lang/python-doc-pdf-a4/Makefile | 1 | ||||
-rw-r--r-- | lang/python-doc-pdf-letter/Makefile | 1 | ||||
-rw-r--r-- | lang/python-doc-text/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
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" |