diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-02 06:45:03 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-02 06:45:03 +0000 |
commit | 2d2914ff1aa02d487f5454248b7640e0e2551286 (patch) | |
tree | 95fac70082e06d3015e61af9f6e390ce397423b3 /markdown2pdf | |
parent | d3f52801c79bb5661503a4b0c19f98c451450f70 (diff) | |
download | pandoc-2d2914ff1aa02d487f5454248b7640e0e2551286.tar.gz |
Sanitize Makefile:
+ Move $(BINS) target to a new PHONY 'build-exec' target. This should be
used in all (non-build type) targets which refer BINS. Also, create a
new 'build-program' target for user's convenience.
+ Update all targets so as to use build-exec (instead of BINS).
+ Use an explicit global DOCS variable which lists buildable documents;
this makes our intention more clear. Also, for the sake of consistency,
move BINS variable (which lists buildable executables) to a new section
and create a redundant (for the moment, at least) EXECS variable.
+ Move all buildable target files in install-* targets to the related
build-* targets. This mostly involves document files (e.g. README.hmtl).
As a result, we now have a new build target 'build-doc' which builds main
documents. This modification provides a clean separation between build
and install type targets.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@69 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'markdown2pdf')
0 files changed, 0 insertions, 0 deletions