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 \
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
(* PNG *)
|
|
@ -0,0 +1 @@
|
|||
(* PNG *)
|
Loading…
Reference in New Issue