fix broken doc build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2003-01-28 03:49:05 +00:00
parent 1ff3083509
commit 64d6b78b91
2 changed files with 2 additions and 1 deletions

1
debian/rules vendored
View File

@@ -389,6 +389,7 @@ build-doc-stamp: build-gtk-shared-stamp
dh_testdir dh_testdir
cd $(objdir_gtk_shared)/utils/tex2rtf/src \ cd $(objdir_gtk_shared)/utils/tex2rtf/src \
&& $(MAKE) && $(MAKE)
rm -rf $(objdir_doc)
mkdir $(objdir_doc) mkdir $(objdir_doc)
mkdir $(objdir_doc_cruft) mkdir $(objdir_doc_cruft)
cd $(objdir_doc_cruft) \ cd $(objdir_doc_cruft) \

View File

@@ -228,7 +228,7 @@ Returns a reference to the \helpref{print data}{wxprintdata} associated with thi
\membersection{wxPageSetupDialogData::Ok}\label{wxpagesetupdialogdataok} \membersection{wxPageSetupDialogData::Ok}\label{wxpagesetupdialogdataok}
constfunc{bool}{Ok}{\void} \constfunc{bool}{Ok}{\void}
Returns TRUE if the print data associated with the dialog data is valid. Returns TRUE if the print data associated with the dialog data is valid.
This can return FALSE on Windows if the current printer is not set, for example. This can return FALSE on Windows if the current printer is not set, for example.