summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-26 17:07:39 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:57 +0100
commit4bd1ca0dbfa11da662af6dc1e483cf6cfb411242 (patch)
tree7b9b7ba11d665af975a3d812b75268939ae44491 /docs/tools
parent856191800984c3e914f2e295856117e982dbadc4 (diff)
downloadtracker-4bd1ca0dbfa11da662af6dc1e483cf6cfb411242.tar.gz
build: Replaced all trailing tabs before \ for spaces in Makefile.ams
Also standardise the width to 55 characters (unless line is longer)
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/Makefile.am34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index 713027f60..48737ed29 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -2,29 +2,29 @@ include $(top_srcdir)/Makefile.decl
noinst_PROGRAMS = ontology-graph ttl2sgml
-AM_CPPFLAGS = \
- $(BUILD_CFLAGS) \
- -DTOP_SRCDIR=\"$(top_srcdir)\" \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
+AM_CPPFLAGS = \
+ $(BUILD_CFLAGS) \
+ -DTOP_SRCDIR=\"$(top_srcdir)\" \
+ -I$(top_srcdir)/src \
+ -I$(top_builddir)/src \
$(LIBTRACKER_DATA_CFLAGS)
-LDADD = \
- $(top_builddir)/src/libtracker-data/libtracker-data.la \
+LDADD = \
+ $(top_builddir)/src/libtracker-data/libtracker-data.la \
$(LIBTRACKER_DATA_LIBS)
-ontology_graph_SOURCES = \
+ontology_graph_SOURCES = \
ontology-graph.c
-ttl2sgml_SOURCES = \
- ttl2sgml.c \
- ttl_loader.h \
- ttl_loader.c \
- ttl_model.h \
- ttl_model.c \
- qname.h \
- qname.c \
- ttl_sgml.h \
+ttl2sgml_SOURCES = \
+ ttl2sgml.c \
+ ttl_loader.h \
+ ttl_loader.c \
+ ttl_model.h \
+ ttl_model.c \
+ qname.h \
+ qname.c \
+ ttl_sgml.h \
ttl_sgml.c
EXTRA_DIST = gen-doc.sh