Skip to content

Commit

Permalink
beelib: set default DOCDIR as it is defined by autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Mar 18, 2012
1 parent 79b0789 commit 3d78d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beelib.config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function config_verify_builtin_prefixes() {
: ${DATADIR:='${DATAROOTDIR}'}
: ${INFODIR:='${DATAROOTDIR}/info'}
: ${MANDIR:='${DATAROOTDIR}/man'}
: ${DOCDIR:='${DATAROOTDIR}/doc/gtkhtml'}
: ${DOCDIR:='${DATAROOTDIR}/doc/${PKGNAME}'}
: ${LOCALEDIR:='${DATAROOTDIR}/locale'}
}

Expand Down

0 comments on commit 3d78d58

Please sign in to comment.