Fix a couple of missed edits from the previous commit.

This commit is contained in:
Bill Currie 2012-02-10 07:32:21 +09:00
parent eefa89e72e
commit 120f93e714
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ QFLMP_INCS=@QFLMP_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFLMP_INCS)
bin_PROGRAMS= $(qflmp)
bin_PROGRAMS= qflmp
#mans=qflmp.1
man_MANS= $(mans)

View File

@ -7,7 +7,7 @@ WAD_INCS=@WAD_INCS@
INCLUDES= -I$(top_srcdir)/include $(WAD_INCS)
bin_PROGRAMS= $(wad)
bin_PROGRAMS= wad
mans=wad.1
man_MANS= $(mans)