mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-03-03 02:58:13 +01:00
more
This commit is contained in:
parent
3cc0b8490d
commit
515083e513
4
Makefile
4
Makefile
@ -7,7 +7,7 @@ DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
|
|||||||
cpdfembed cpdfaddtext cpdfimage cpdffont cpdftype cpdfpad cpdfocg \
|
cpdfembed cpdfaddtext cpdfimage cpdffont cpdftype cpdfpad cpdfocg \
|
||||||
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
|
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
|
||||||
cpdfxobject cpdfimpose cpdftweak cpdftexttopdf cpdftoc cpdfjpeg \
|
cpdfxobject cpdfimpose cpdftweak cpdftexttopdf cpdftoc cpdfjpeg \
|
||||||
cpdfdraw cpdfcommand
|
cpdfpng cpdfdraw cpdfcommand
|
||||||
|
|
||||||
MODS = $(NONDOC) $(DOC)
|
MODS = $(NONDOC) $(DOC)
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ clean ::
|
|||||||
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
|
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
|
||||||
*.ttf *.ttx
|
*.ttf *.ttx
|
||||||
|
|
||||||
DOC_FILES = $(foreach x,$(DOC),$(x).mli )
|
DOC_FILES = $(foreach x,$(DOC),$(x).mli)
|
||||||
|
|
||||||
install : libinstall
|
install : libinstall
|
||||||
|
|
||||||
|
1
cpdfpng.ml
Normal file
1
cpdfpng.ml
Normal file
@ -0,0 +1 @@
|
|||||||
|
(* PNG *)
|
1
cpdfpng.mli
Normal file
1
cpdfpng.mli
Normal file
@ -0,0 +1 @@
|
|||||||
|
(* PNG *)
|
Loading…
x
Reference in New Issue
Block a user