mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
This commit is contained in:
parent
84faf8dc97
commit
4a39354e14
14 changed files with 67 additions and 50 deletions
|
|
@ -1,11 +1,11 @@
|
|||
appmandir = $(APP_MAN_DIR)
|
||||
|
||||
# Xserver.man covers options generic to all X servers built in this tree
|
||||
appman_SOURCES = Xserver.man.pre
|
||||
appman_PRE = Xserver.man.pre
|
||||
|
||||
appman_PROCESSED = $(appman_SOURCES:man.pre=man)
|
||||
appman_PROCESSED = $(appman_PRE:man.pre=man)
|
||||
|
||||
appman_DATA = $(appman_SOURCES:man.pre=@APP_MAN_SUFFIX@)
|
||||
appman_DATA = $(appman_PRE:man.pre=@APP_MAN_SUFFIX@)
|
||||
|
||||
BUILT_SOURCES = $(appman_PROCESSED)
|
||||
|
||||
|
|
@ -22,4 +22,4 @@ EXTRAMANDEFS = -D__default_font_path__="`echo $(COMPILEDDEFAULTFONTPATH) | sed -
|
|||
DEVEL_DOCS = smartsched
|
||||
|
||||
|
||||
EXTRA_DIST = $(DEVEL_DOCS) $(appman_SOURCES)
|
||||
EXTRA_DIST = $(DEVEL_DOCS) $(appman_PRE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue