bah, EXTRA_MANS doesn't work, even though automake doesn't complain :/

This commit is contained in:
Bill Currie 2002-09-17 22:37:32 +00:00
parent 317c02539b
commit 91a6dd5272
4 changed files with 4 additions and 5 deletions

View file

@ -18,10 +18,9 @@ bin_PROGRAMS= $(pak)
EXTRA_PROGRAMS= pak
man_MANS= $(mans)
EXTRA_MANS= pak.1
pak_SOURCES= pak.c
pak_LDADD= $(PAK_LIBS)
pak_DEPENDENCIES= $(PAK_DEPS)
EXTRA_DIST= pak.h
EXTRA_DIST= pak.h pak.1

View file

@ -7,4 +7,4 @@ mans=
endif
man_MANS=$(mans)
EXTRA_MANS=qfcc.1
EXTRA_DIST=qfcc.1

View file

@ -10,4 +10,4 @@ endif
man_MANS= $(mans)
EXTRA_MANS= qflight.1
EXTRA_DIST= qflight.1

View file

@ -9,4 +9,4 @@ mans=
endif
man_MANS= $(mans)
EXTRA_MANS= qfvis.1
EXTRA_DIST= qfvis.1