Skip to content
Snippets Groups Projects
Commit 22c88452 authored by Kevin E Martin's avatar Kevin E Martin
Browse files

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

parent 5898da0a
No related merge requests found
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* man/Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
......
......@@ -27,15 +27,15 @@
libmandir = $(LIB_MAN_DIR)
libman_SOURCES = XF86VM.man
libman_PRE = XF86VM.man
BUILT_SOURCES = shadows.DONE
EXTRA_DIST = $(libman_SOURCES)
EXTRA_DIST = $(libman_PRE)
CLEANFILES = $(libman_DATA) $(BUILT_SOURCES)
libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@) \
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
$(XF86VM_shadows:=.@LIB_MAN_SUFFIX@)
SED = sed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment