Edit

IABSD.fr/xenocara/app/listres/man/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-03-04 18:07:46
    Hash : 8b42ccbd
    Message : Update to listres 1.0.3

  • app/listres/man/Makefile.am
  • appmandir = $(APP_MAN_DIR)
    appman_PRE = listres.man
    appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
    
    EXTRA_DIST = $(appman_PRE)
    CLEANFILES = $(appman_DATA)
    SUFFIXES = .$(APP_MAN_SUFFIX) .man
    
    # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
    .man.$(APP_MAN_SUFFIX):
    	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@