Cleaning up

This commit is contained in:
John Whitington 2023-04-13 17:07:55 +01:00
parent 9587169a94
commit 96d6e2472d
114 changed files with 4 additions and 13 deletions

4
META
View File

@ -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"

View File

@ -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
blank.pdf

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
cpdf.1
View File

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

View File

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