From: Andy Spencer Date: Mon, 10 May 2010 05:35:40 +0000 (+0000) Subject: Add more files to dist X-Git-Tag: v0.4~2 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=8a37b053892a8cd694fb15f90157798ec1826887 Add more files to dist --- diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index fce5ed9..444de10 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS=$(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) +AM_CPPFLAGS = $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) # Gtk docs @@ -16,10 +16,10 @@ CLEANFILES += libgis-sections.txt # Man pages man_MANS = gis-demo.1 -%.1 : %.xml +%.1: %.xml xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< -BUILT_EXTRA_DIST = $(man_MANS) +EXTRA_DIST += $(man_MANS) -MAINTAINERCLEANFILES=\ +MAINTAINERCLEANFILES = \ tmpl/* Makefile.in libgis-overrides.txt libgis.types libgis-scan.* diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 3595bbf..bc08298 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -16,7 +16,7 @@ test_la_SOURCES = test.c test.h noinst_LTLIBRARIES = teapot.la teapot_la_SOURCES = \ - $(top_srcdir)/examples/plugin/teapot.c + $(top_srcdir)/examples/plugin/teapot.c \ $(top_srcdir)/examples/plugin/teapot.h test: