]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Add DOCDIR variable to constants.py.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2010 12:03:54 +0000 (13:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2010 12:03:54 +0000 (13:03 +0100)
naoki/constants.py

index a0dfac7fd060cd3dd82918a7a19d6591f9a1c217..c8de3ae16e364c1741f8aed1d741dbdcb7dfde3e 100644 (file)
@@ -10,6 +10,7 @@ BUILDDIR = os.path.join(BASEDIR, "build")
 CACHEDIR = os.path.join(BASEDIR, "cache")
 CCACHEDIR = os.path.join(BASEDIR, "ccache")
 CONFIGDIR = os.path.join(BASEDIR, "config")
+DOCDIR = os.path.join(BASEDIR, "doc")
 LOGDIR = os.path.join(BASEDIR, "logs")
 PKGSDIR = os.path.join(BASEDIR, "pkgs")
 PACKAGESDIR = os.path.join(BUILDDIR, "packages")