Temporary workaround for make bug in variable substitutions.
This lead to install imake and realpath binaires in /usr/X11R6/man/man1 instead of the manual pages. Problem noticed by todd@.
This commit is contained in:
parent
4aee46235d
commit
efbe155a06
@ -125,7 +125,7 @@ appman_PRE = \
|
||||
mkhtmlindex.man
|
||||
|
||||
# Only need to install man pages for programs/scripts being installed
|
||||
appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
|
||||
appman_DATA = $(bin_PROGRAMS:%=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
|
||||
|
||||
EXTRA_DIST += $(appman_PRE)
|
||||
CLEANFILES += $(appman_DATA)
|
||||
|
@ -299,7 +299,7 @@ appman_PRE = \
|
||||
|
||||
|
||||
# Only need to install man pages for programs/scripts being installed
|
||||
appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
|
||||
appman_DATA = $(bin_PROGRAMS:%=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
|
||||
SUFFIXES = .$(APP_MAN_SUFFIX) .man
|
||||
MAINTAINERCLEANFILES = ChangeLog
|
||||
all: config.h
|
||||
|
Loading…
Reference in New Issue
Block a user