diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | flpsed.1 | 6 |
4 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index af437a6..acbd977 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ SUBDIRS = src + +man_MANS=flpsed.1 +EXTRA_DIST= $(man_MANS) @@ -1,10 +1,12 @@ flpsed ChangeLog ================= +flpsed-0.5.0 - fix scroll drawing problem. - fix PostScript DSC problem (reported by Jim Cline). - ask before overwriting files. - fix problem with non-A4 paper sizes. + - add a manual page. flpsed-0.3.9 - fix problem with documents that embed standard font replacements diff --git a/configure.ac b/configure.ac index dfa6beb..7e0770c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(flpsed, 0.3.91_pre2, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.5.0, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/GsWidget.H]) AC_CONFIG_HEADER(config.h) @@ -14,9 +14,11 @@ .Sh DESCRIPTION The .Nm -utility allows to annotate Postscript and PDF files. +utility allows to annotate Postscript files. +PDF files can be imported using the pdftops and exported +using the ps2pdf utility. If the document was saved in Postscript format, -added text can be reedited later with flpsed. +added text can be reedited later. .Nm is useful for filling in forms or adding short comments. Batch mode can be used to automate form filling. |