This commit is contained in:
John Whitington 2022-12-23 13:18:39 +00:00
parent 3cc0b8490d
commit 515083e513
3 changed files with 4 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1 @@
(* PNG *)

1
cpdfpng.mli Normal file
View File

@ -0,0 +1 @@
(* PNG *)