Cleaning up
This commit is contained in:
parent
9587169a94
commit
96d6e2472d
4
META
4
META
|
@ -1,6 +1,6 @@
|
|||
name="cpdf"
|
||||
description="High-level pdf tools based on CamlPDF"
|
||||
version="2.5"
|
||||
description="PDF commmand line tools"
|
||||
version="2.6"
|
||||
requires="camlpdf"
|
||||
archive(byte)="cpdf.cma"
|
||||
archive(native)="cpdf.cmxa"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ all : $(TARGETS)
|
|||
|
||||
clean ::
|
||||
rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \
|
||||
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
|
||||
*.json test/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
|
||||
*.ttf *.ttx out.png
|
||||
|
||||
DOC_FILES = $(foreach x,$(DOC),$(x).mli)
|
||||
|
|
BIN
blank20.pdf
BIN
blank20.pdf
Binary file not shown.
Binary file not shown.
2
cpdf.1
2
cpdf.1
|
@ -1,7 +1,7 @@
|
|||
.\" Process this file with
|
||||
.\" groff -man -Tascii cpdf.1
|
||||
.\"
|
||||
.TH CPDF 1 "JANUARY 2022" "" ""
|
||||
.TH CPDF 1 "AUGUST 2023" "" ""
|
||||
.SH NAME
|
||||
cpdf \- PDF command line tools
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
For placing temporary debug PDF files. Cleaned by make clean.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue