Hello list,
i'im using that lines in a Makefile.am for my new project:
# AppData
@INTLTOOL_XML_RULE@
@APPSTREAM_XML_RULES@
appdatadir = $(datadir)/appdata
appdata_in_files = org.gnome.Publisher.appdata.xml.in
appstream_XML = $(appstream_in_files:.appdata.xml.in=.appdata.xml)
The created Makefile looks like:
# AppData
%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard
$(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE)
$(INTLTOOL_V_MERGE_OPTIONS) -x -u -c
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
@APPSTREAM_XML_RULES@
org.gnome.Publisher.gresource: org.gnome.Publisher.gresource.xml
$(resource_files)
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir)
--sourcedir=$(builddir) $<
After executing the Makefile it says:
Makefile:865: *** missing separator. Stop.
The line 865 is the line with:
@APPSTREAM_XML_RULES@
Maybe i missed anything important?
Greetings
Sascha
--
Sascha Manns
openSUSE member
--
Sascha Manns
Maifeldstraße 10
56727 Mayen
P: +49-2651-4014045
W: http://saigkill.tuxfamily.org
Attachment:
signature.asc
Description: OpenPGP digital signature