From 81c7e53e617ab8453c869a23ef91d699233d2e62 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 6 Jun 2012 08:19:05 +0200 Subject: [PATCH] Typos. --- README | 2 +- doc/.gitignore | 1 + frontend/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index ce8f3e5..108a825 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ttfautohint 0.8 +ttfautohint 0.9 --------------- by Werner Lemberg diff --git a/doc/.gitignore b/doc/.gitignore index e8a676c..21cbce2 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -3,6 +3,7 @@ /Makefile.in /ttfautohint.html /ttfautohint.pdf +/ttfautohint.txt /ttfautohint-2.pandoc /img/ttfautohintGUI.png diff --git a/frontend/Makefile.am b/frontend/Makefile.am index 2f33cd4..30b26a7 100644 --- a/frontend/Makefile.am +++ b/frontend/Makefile.am @@ -34,6 +34,7 @@ LDADD = $(top_builddir)/lib/libttfautohint.a \ bin_PROGRAMS = ttfautohint ttfautohint_SOURCES = info.cpp \ + info.h \ main.cpp manpages = ttfautohint.1 -- 2.11.4.GIT