rename scons check module sgmldoc to sgmlformat

This commit is contained in:
Radim Kolar 2014-09-07 15:40:30 +02:00
parent 0e27fc79ad
commit 00d67e7e8c
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ from docdir import checkForUserDocdir
from mandir import autodetectMandir
from clients import checkForBuildingClients
from sysconfdir import checkForUserSysconfdir
from sgmldoc import checkForSGMLFMT
from sgmlformat import checkForSGMLFMT
from largefiles import enableLargeFiles
conf = Configure(env,{'checkForCCOption':checkForCCOption,