*.mak: more spaces/tabs clean-ups
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 10 Aug 2010 09:44:12 +0000 (10:44 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 10 Aug 2010 09:54:47 +0000 (10:54 +0100)
Use tabs consistently for the first indentation, even if it's not
really needed in these cases (continuation lines).

gtk-doc-plugins.mak
gtk-doc.mak
release.mak

index f3b7f2d..faa73df 100644 (file)
@@ -55,11 +55,11 @@ DOC_STAMPS =                                \
 # files generated/updated by gtkdoc-scangobj
 SCANOBJ_FILES =                                \
        $(DOC_MODULE).signals           \
-        $(DOC_MODULE).hierarchy         \
-        $(DOC_MODULE).interfaces        \
-        $(DOC_MODULE).prerequisites     \
+       $(DOC_MODULE).hierarchy         \
+       $(DOC_MODULE).interfaces        \
+       $(DOC_MODULE).prerequisites     \
        $(DOC_MODULE).types             \
-        $(DOC_MODULE).args
+       $(DOC_MODULE).args
 
 SCANOBJ_FILES_O =                      \
        .libs/$(DOC_MODULE)-scan.o
@@ -96,9 +96,9 @@ all-local: html-build.stamp
 # only look at the plugins in this module when building inspect .xml stuff
 INSPECT_REGISTRY=$(top_builddir)/docs/plugins/inspect-registry.xml
 INSPECT_ENVIRONMENT=\
-        GST_PLUGIN_SYSTEM_PATH= \
-        GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \
-        GST_REGISTRY=$(INSPECT_REGISTRY) \
+       GST_PLUGIN_SYSTEM_PATH= \
+       GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \
+       GST_REGISTRY=$(INSPECT_REGISTRY) \
        $(INSPECT_EXTRA_ENVIRONMENT)
 
 # update the element and plugin XML descriptions; store in inspect/
@@ -143,9 +143,9 @@ $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(SCANOBJ_FILES_O): scan-build.stamp
 scan-build.stamp: $(HFILE_GLOB) $(EXTRA_HFILES) $(basefiles) scanobj-build.stamp
        if test "x$(top_srcdir)" != "x$(top_builddir)" &&               \
           test -d "$(top_builddir)/gst";                               \
-        then                                                           \
-            export BUILT_OPTIONS="--source-dir=$(top_builddir)/gst";   \
-        fi;                                                            \
+       then                                                            \
+           export BUILT_OPTIONS="--source-dir=$(top_builddir)/gst";    \
+       fi;                                                             \
        gtkdoc-scan                                                     \
            $(SCAN_OPTIONS) $(EXTRA_HFILES)                             \
            --module=$(DOC_MODULE)                                      \
@@ -183,14 +183,14 @@ sgml-build.stamp: tmpl.stamp scan-build.stamp $(CFILE_GLOB) $(top_srcdir)/common
        @echo '*** Building XML ***'
        @-mkdir -p xml
        @for a in $(srcdir)/inspect/*.xml; do \
-            xsltproc --stringparam module $(MODULE) \
+           xsltproc --stringparam module $(MODULE) \
                $(top_srcdir)/common/plugins.xsl $$a > xml/`basename $$a`; done
        @for f in $(EXAMPLE_CFILES); do \
                $(PYTHON) $(top_srcdir)/common/c-to-xml.py $$f > xml/element-`basename $$f .c`.xml; done
        gtkdoc-mkdb \
                --module=$(DOC_MODULE) \
                --source-dir=$(DOC_SOURCE_DIR) \
-                 --expand-content-files="$(expand_content_files)" \
+                --expand-content-files="$(expand_content_files)" \
                --main-sgml-file=$(srcdir)/$(DOC_MAIN_SGML_FILE) \
                --output-format=xml \
                --ignore-files="$(IGNORE_HFILES) $(IGNORE_CFILES)" \
@@ -254,7 +254,7 @@ install-data-local:
        if test "$$installfiles" = '$(srcdir)/html/*.sgml $(srcdir)/html/*.html $(srcdir)/html/*.png $(srcdir)/html/*.css'; \
        then echo '-- Nothing to install' ; \
        else \
-          $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
+         $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
          for i in $$installfiles; do \
            echo '-- Installing '$$i ; \
            $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
@@ -270,8 +270,8 @@ install-data-local:
          $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp \
            $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp; \
          if test -e $(srcdir)/html/$(DOC_MODULE).devhelp2; then \
-                   $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \
-                  $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \
+                   $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \
+                   $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \
          fi; \
          (which gtkdoc-rebase >/dev/null && \
            gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \
index f44bcd3..eee6d0b 100644 (file)
@@ -74,13 +74,13 @@ scan-build.stamp: $(HFILE_GLOB) $(SCANOBJ_DEPS) $(basefiles)
        else                                                            \
            cd $(srcdir) ;                                              \
            for i in $(SCANOBJ_FILES) ; do                              \
-               test -f $$i || touch $$i ;                              \
+              test -f $$i || touch $$i ;                               \
            done                                                        \
        fi
        if test "x$(top_srcdir)" != "x$(top_builddir)";                 \
-        then                                                           \
-          export BUILT_OPTIONS="--source-dir=$(DOC_BUILD_DIR)";                \
-        fi;                                                            \
+       then                                                            \
+         export BUILT_OPTIONS="--source-dir=$(DOC_BUILD_DIR)";         \
+       fi;                                                             \
        gtkdoc-scan                                                     \
                $(SCAN_OPTIONS) $(EXTRA_HFILES)                         \
                --module=$(DOC_MODULE)                                  \
@@ -170,7 +170,7 @@ clean-local: clean-local-gtkdoc
 # make distcheck work
 distclean-local:
        rm -f $(REPORT_FILES) \
-                $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+               $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
        rm -rf tmpl/*.sgml.bak
        rm -f $(DOC_MODULE).hierarchy
        rm -f *.stamp || true
@@ -178,7 +178,7 @@ distclean-local:
            rm -f $(DOC_MODULE)-docs.sgml ; \
            rm -f $(DOC_MODULE).types ; \
            rm -f $(DOC_MODULE).interfaces ; \
-            rm -f $(DOC_MODULE)-overrides.txt ; \
+           rm -f $(DOC_MODULE)-overrides.txt ; \
            rm -f $(DOC_MODULE).prerequisites ; \
            rm -f $(DOC_MODULE)-sections.txt ; \
            rm -rf tmpl/*.sgml ; \
@@ -187,7 +187,7 @@ distclean-local:
 
 maintainer-clean-local: clean
        cd $(srcdir) && rm -rf html \
-                xml $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+               xml $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 
 # thomas: make docs parallel installable; devhelp requires majorminor too
 install-data-local:
@@ -204,8 +204,8 @@ install-data-local:
          $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp \
            $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp; \
          if test -e $(srcdir)/html/$(DOC_MODULE).devhelp2; then \
-                   $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \
-                  $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \
+                   $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \
+                   $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \
          fi; \
          (which gtkdoc-rebase >/dev/null && \
            gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \
index afb0c8c..4a9b7d5 100644 (file)
@@ -19,7 +19,7 @@ distcheck-hook:
        @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch] | grep -v win32`" && \
        test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
        ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
-          $(ECHO) "*** Make sure the following files are not disted:" && \
-          find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
-          find $(distdir) -name \*-marshal.[ch] && \
-          false )
+         $(ECHO) "*** Make sure the following files are not disted:" && \
+         find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
+         find $(distdir) -name \*-marshal.[ch] && \
+         false )