From 749a22b836c0617ba920e782dd6983ef140b729e Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Wed, 14 May 2008 14:22:07 +0000 Subject: warning against div/pdf building git-svn-id: svn://tug.org/texlive/trunk@8137 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index b45d498d9b2..21ea16ff9b9 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1517,7 +1517,10 @@ sub dodvi # and aren't worth it. return if $DEST_TREE eq "texmf-doc"; $dvipatt = $specialdvi{$package} || $standarddvi; - &rundvi ($dvipatt); + unless ( $thispatt == 'NULL' ) { + warn "$0: Building doc: shouldn't need do to that. Please check."; + &rundvi ($dvipatt); + } } # move the runtime files -- cgit v1.2.3