Skip to content

Commit

Permalink
Fix hanwen#11
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekingMeaning committed Jul 6, 2020
1 parent 3b4bc2e commit 16f3a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PY_MODULES= afm.py tfm.py
FILES= mftrace.py GNUmakefile.in \
gf2pbm.c mftrace.1 \
gf2pbm.c gf2pbm.1 mftrace.1 \
COPYING \
README.texi README.txt ChangeLog \
mftrace.spec.in mftrace.spec \
Expand Down Expand Up @@ -36,7 +36,7 @@ all: compile
compile: mftrace gf2pbm

version.texi: GNUmakefile
echo -e '@macro mftversion\n$(VERSION)\n@end macro\n' > $@
printf '@macro mftversion\n$(VERSION)\n@end macro\n' > $@

README.txt: README.texi version.texi
makeinfo --no-split --no-headers --output $@ $<
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_PATH_PROG(AUTOTRACE, autotrace, none)
AC_PATH_PROG(POTRACE, potrace, none)
AC_SUBST(PYTHON)

export VERSION="1.2.19"
export VERSION="1.2.21"

AC_SUBST(VERSION)
AC_SUBST(EXEEXT)
Expand Down

0 comments on commit 16f3a10

Please sign in to comment.