We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4a587 commit fae032cCopy full SHA for fae032c
src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
3
#
4
# Package that encapsulates a Visual C++ solution file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.34 2007/10/03 13:43:24 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.35 2008/02/19 12:00:03 mha Exp $
7
8
use Carp;
9
use strict;
@@ -260,6 +260,7 @@ EOF
260
#define PKGLIBDIR "/lib"
261
#define LOCALEDIR "/share/locale"
262
#define DOCDIR "/doc"
263
+#define HTMLDIR "/doc"
264
#define MANDIR "/man"
265
EOF
266
close(O);
0 commit comments