mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
bah, EXTRA_MANS doesn't work, even though automake doesn't complain :/
This commit is contained in:
parent
317c02539b
commit
91a6dd5272
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -7,4 +7,4 @@ mans=
|
|||
endif
|
||||
|
||||
man_MANS=$(mans)
|
||||
EXTRA_MANS=qfcc.1
|
||||
EXTRA_DIST=qfcc.1
|
||||
|
|
|
@ -10,4 +10,4 @@ endif
|
|||
|
||||
man_MANS= $(mans)
|
||||
|
||||
EXTRA_MANS= qflight.1
|
||||
EXTRA_DIST= qflight.1
|
||||
|
|
|
@ -9,4 +9,4 @@ mans=
|
|||
endif
|
||||
|
||||
man_MANS= $(mans)
|
||||
EXTRA_MANS= qfvis.1
|
||||
EXTRA_DIST= qfvis.1
|
||||
|
|
Loading…
Reference in a new issue