diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-12-15 13:58:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-12-15 13:58:17 +0000 |
commit | 312fb9aad9fef479506bb565a914cf73d9641295 (patch) | |
tree | 812da8a40675c39cba2765a1f4bf8dd6db7b2cdf /docs | |
parent | 9c483ee5a2aa698cbb8e6977d2df4e06b49c5567 (diff) |
Spaces => tab
Original commit message from CVS:
* docs/Makefile.am:
* tests/check/Makefile.am:
Spaces => tab
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2afc948..6245c98 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = $(GTK_DOC_DIRS) DIST_SUBDIRS = plugins EXTRA_DIST = \ - version.entities.in + version.entities.in upload: @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi |