components/a2ps/Makefile
changeset 53 e398cb2c4b45
parent 44 c031e1c884ef
child 58 d8024c042a00
equal deleted inserted replaced
52:709174c893d4 53:e398cb2c4b45
    50 	(cd $(@D) ; ln -s auxdir/mkinstalldirs)
    50 	(cd $(@D) ; ln -s auxdir/mkinstalldirs)
    51 COMPONENT_POST_CONFIGURE_ACTION = \
    51 COMPONENT_POST_CONFIGURE_ACTION = \
    52 	(cd $(@D)/doc ; \
    52 	(cd $(@D)/doc ; \
    53 	 ln -s ../../doc/make-authors.pl ; \
    53 	 ln -s ../../doc/make-authors.pl ; \
    54 	 ln -s ../../doc/translators.txt)
    54 	 ln -s ../../doc/translators.txt)
    55 
       
    56 PKGMOGRIFY_TRANSFORMS +=        $(WS_TOP)/transforms/libtool-drop
       
    57 
    55 
    58 SFWPROGS =	a2ps card composeglyphs fixnt fixps ogonkify pdiff psmandup \
    56 SFWPROGS =	a2ps card composeglyphs fixnt fixps ogonkify pdiff psmandup \
    59 		psset texi2dvi4a2ps
    57 		psset texi2dvi4a2ps
    60 PROTOSFWLINKS = $(SFWPROGS:%=$(PROTOSFWBIN)/%)
    58 PROTOSFWLINKS = $(SFWPROGS:%=$(PROTOSFWBIN)/%)
    61 
    59