Creating POT file from make

2017-09-29 Thread Sascha Manns
Hello list, i have created a po directory and added customized files like: po/LINGUAS po/Makevars po/POTFILES.in What is the best way to get a *.pot file? I already googled but found just some outdated examples by using PoEditor. But i guess, that make delivers a option to create a po file

Re: No rule to make target 'bzr.mk', needed by 'all-am'

2017-09-29 Thread Sascha Manns
Am Freitag, den 29.09.2017, 11:27 -0400 schrieb Nick Bowler: > On 9/29/17, Sascha Manns wrote: > > Am Freitag, den 29.09.2017, 16:26 +0200 schrieb Sascha Manns: > > > i have a project what provides a file called "bzr.mk". This isnt > > > generated and should just

Re: No rule to make target 'bzr.mk', needed by 'all-am'

2017-09-29 Thread Mathieu Lirzin
Hello, Sascha Manns writes: > i have a project what provides a file called "bzr.mk". This isnt > generated and should just installed in $(datadir)/bzrmk. > > For doing that i have a src/Makefile.am: > bzrmkdir = $(datadir)/bzrmk/ > # Not generated > bzrmk_DATA = bzr.mk

Re: No rule to make target 'bzr.mk', needed by 'all-am'

2017-09-29 Thread Nick Bowler
On 9/29/17, Sascha Manns wrote: > Am Freitag, den 29.09.2017, 16:26 +0200 schrieb Sascha Manns: >> i have a project what provides a file called "bzr.mk". This isnt >> generated and should just installed in $(datadir)/bzrmk. >> [...] >> bzrmk_DATA = bzr.mk >> >> But while

Re: No rule to make target 'bzr.mk', needed by 'all-am'

2017-09-29 Thread Sascha Manns
Am Freitag, den 29.09.2017, 16:26 +0200 schrieb Sascha Manns: > Hello list, > > i have a project what provides a file called "bzr.mk". This isnt > generated and should just installed in $(datadir)/bzrmk. > ... > But while building the package i'm getting: > Making all in src > make[3]: Entering

No rule to make target 'bzr.mk', needed by 'all-am'

2017-09-29 Thread Sascha Manns
Hello list, i have a project what provides a file called "bzr.mk". This isnt generated and should just installed in $(datadir)/bzrmk. For doing that i have a src/Makefile.am: bzrmkdir = $(datadir)/bzrmk/ # Not generated bzrmk_DATA = bzr.mk But while building the package i'm getting: Making all