From 410fdcd0651a7379f9c577e532adf0508ac65810 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Tue, 25 Sep 2012 01:03:21 +0000 Subject: We're downloading the user-guide as part of the setup, so we might as well copy it to the install directory. If someone has built a more up-to-date version of the user-guide in the docbook directory, then it will just overwrite this one, but for most developers, I don't think they're building their own, so at least this way they'll still have a local copy of the user-guide. If optional is the preferred default, then we can change config.nmake and just comment out UG_DIR and mark as "optional" instead of "recommended". svn path=/trunk/; revision=45116 --- config.nmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index a3b6f1210a..a91597c25c 100644 --- a/config.nmake +++ b/config.nmake @@ -697,6 +697,11 @@ MAKENSIS="$(PROGRAM_FILES)\NSIS\makensis.exe" # MAKENSIS_UNICODE="$(PROGRAM_FILES)\NSIS\Unicode\makensis.exe" +# +# Recommended: Use the default user guide if not building one yourself. +# +UG_DIR=$(WIRESHARK_LIB_DIR)\user-guide + # # Optional: To build the developers API documentation with doxygen and dot. # Currently experimental, outdated and incomplete. -- cgit v1.2.3