Lines 37-45
Link Here
|
37 |
our %extra_constants; |
37 |
our %extra_constants; |
38 |
%extra_constants |
38 |
%extra_constants |
39 |
= (INST_PLAINDOC => 'blib/doc', |
39 |
= (INST_PLAINDOC => 'blib/doc', |
40 |
INSTALLPLAINDOC => "\$(PREFIX)/share/doc/xmltv-$::VERSION", |
40 |
INSTALLPLAINDOC => "\$(DESTDIR)\$(PREFIX)/share/doc/xmltv-$::VERSION", |
41 |
INST_SHARE => 'blib/share', |
41 |
INST_SHARE => 'blib/share', |
42 |
INSTALLSHARE => '$(PREFIX)/share/xmltv', |
42 |
INSTALLSHARE => '$(DESTDIR)$(PREFIX)/share/xmltv', |
43 |
|
43 |
|
44 |
# Manual page constants, shouldn't really be needed, but work |
44 |
# Manual page constants, shouldn't really be needed, but work |
45 |
# around bugs and make sure this stuff is the same across |
45 |
# around bugs and make sure this stuff is the same across |