mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-11 16:35:35 +01:00
more
This commit is contained in:
parent
d755c96050
commit
6b9b64fee1
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Build the cpdf command line tools and top level
|
# Build the cpdf command line tools
|
||||||
NONDOC = cpdfyojson cpdfxmlm cpdfutil
|
NONDOC = cpdfyojson cpdfxmlm cpdfutil
|
||||||
|
|
||||||
DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
|
DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
|
||||||
@ -23,7 +23,7 @@ OCAMLNCFLAGS = -g -safe-string
|
|||||||
OCAMLBCFLAGS = -g -safe-string
|
OCAMLBCFLAGS = -g -safe-string
|
||||||
OCAMLLDFLAGS = -g
|
OCAMLLDFLAGS = -g
|
||||||
|
|
||||||
TARGETS := byte-code-library top htdoc
|
TARGETS := byte-code-library htdoc
|
||||||
|
|
||||||
LIBINSTALL_FILES = cpdf.cma \
|
LIBINSTALL_FILES = cpdf.cma \
|
||||||
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
|
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
|
||||||
|
Loading…
Reference in New Issue
Block a user