diff options
Diffstat (limited to 'print/latex-lineno')
-rw-r--r-- | print/latex-lineno/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/latex-lineno/Makefile b/print/latex-lineno/Makefile index 1ac5aa9ad900..1b819eef686a 100644 --- a/print/latex-lineno/Makefile +++ b/print/latex-lineno/Makefile @@ -36,6 +36,8 @@ DOC_FILES= README.txt CHANGES.txt \ ulineno.tex ulineno.pdf \ lineno.tex lineno.pdf +IGNORE= is already included in the teTeX distribution + do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} |