Honor docdir and localedir configure variables. Updates #1135.

This commit is contained in:
Thomas Goyne 2012-10-08 10:30:46 -07:00
parent a13d06318b
commit 49184f2d0e
1 changed files with 2 additions and 2 deletions

View File

@ -59,12 +59,12 @@ P_SHAREDSTATE = @sharedstatedir@
P_LOCALSTATE = @localstatedir@
P_INCLUDE = @includedir@
P_LIB = @libdir@
P_LOCALE = $(P_DATAROOT)/locale
P_LOCALE = @localedir@
P_DESKTOP = @P_DESKTOP@
P_ICON = @P_ICON@
P_DATA = $(P_DATAROOT)/aegisub/
P_DOC = $(P_DATAROOT)/doc/aegisub/
P_DOC = @docdir@
###############
# LIBRARY FLAGS