diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-03 11:26:53 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-03 11:26:53 +0000 |
commit | afd92376d6bd2380216a5f1a56eb8b81093b2a54 (patch) | |
tree | 355b6eca250d51bc44dc3dcf6f327a426c6ab10d /tests/MarkdownTest_1.0.3/MarkdownTest.pl | |
parent | fdfe8494ca162508850455c0b0cbce6fac905ab8 (diff) | |
download | pandoc-afd92376d6bd2380216a5f1a56eb8b81093b2a54.tar.gz |
Attempt to fix a (long-standing) Makefile drawback which is documented in
previous revisions as follows:
# XXX: Note that we don't handle PREFIX correctly at the install-*
# stages, i.e. any PREFIX given at the configuration time is lost,
# unless it is also supplied (via environment) at these stages.
With this (optional and experimental) hack, config time settings will
become persistent. Such persistency allows one to specify PREFIX and/or
DESTDIR only once (at the first run). That is, the below actions should
work fine now:
DESTDIR=/tmp/foo make
make install
In previous code these variables need to be specified at each run. For
example:
DESTDIR=/tmp/foo make
DESTDIR=/tmp/foo make install
This change (as an ugly hack) is optional (and might be removed) as the
user could always work around that issue with 'DESTDIR=/tmp/foo make
install'.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@75 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/MarkdownTest_1.0.3/MarkdownTest.pl')
0 files changed, 0 insertions, 0 deletions