mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
4
Makefile
4
Makefile
@ -7,7 +7,7 @@ DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
|
||||
cpdfembed cpdfaddtext cpdfimage cpdffont cpdftype cpdfpad cpdfocg \
|
||||
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
|
||||
cpdfxobject cpdfimpose cpdftweak cpdftexttopdf cpdftoc cpdfjpeg \
|
||||
cpdfdraw cpdfcommand
|
||||
cpdfpng cpdfdraw cpdfcommand
|
||||
|
||||
MODS = $(NONDOC) $(DOC)
|
||||
|
||||
@ -41,7 +41,7 @@ clean ::
|
||||
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
|
||||
*.ttf *.ttx
|
||||
|
||||
DOC_FILES = $(foreach x,$(DOC),$(x).mli )
|
||||
DOC_FILES = $(foreach x,$(DOC),$(x).mli)
|
||||
|
||||
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 *)
|
Reference in New Issue
Block a user