Hello list,

as proposed there https://wiki.gnome.org/MigratingFromIntltoolToGettext
 i used:

PublicanCreator.desktop: $(desktop_files)
                                                                       
                                                                       
                              
    $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o
$@                                                                     
         ^^^^^
                                                                       
                                                                    
                                                                       
                                                                       
                                                                       
 
PublicanCreator.appdata.xml: $(appdata_DATA)
                                                                       
                                                                       
                           
    $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
      


in my Makefile.am. 

But a make gives me:
Makefile.869: *** missing separator. Stop

where  869 is marked underline with ^^^

Maybe anyone knows what happend?

Greetings
Sascha
-- 
Sascha Manns
Email: sascha.ma...@mailbox.org | Blog: http://saigkill.tuxfamily.org
GPG: 0x168428cdb1f20ab1
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to