Am Sat, 26 Sep 2020 21:14:03 +0200
schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>:

> Le 26 septembre 2020 19:20:48 GMT+02:00, Kornel Benko <kor...@lyx.org> a 
> écrit :
> >Hi all,
> >suppose I want to add a script to lib/scripts. What is needed to make
> >it installed
> >in automake environment?
> >
> >Apparently to use
> >        $ git add lib/scripts/abcd
> >and add 'abcd' to the list dist_scripts_DATA in lib/Makefile.am
> >is not sufficient.  
> 
> 
> I thought it would be enough... What happens ?
> 
> JMarc.

 The reaction to
        $ make install -n | egrep abcd
is empty. That's, why I asked.

And before you ask, here the full sequence
        $ cd source
        $ ./autogen.sh
        $ cd build
        $ source/configure ....
        $ make all
        $ make install -n | egrep abcd

        Kornel

Attachment: pgpvc6pjN9R8R.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to