diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-06 19:23:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-06 19:23:31 +0000 |
commit | bb034ea234b9c7fdc4556a270cae042ab6db249d (patch) | |
tree | 9f42e208a3829dc9d27acf98ce7025e7e37cf865 /docs/Makefile.am | |
parent | 29295c64ab846ad40d6c9d0faeb1810a3a65e948 (diff) | |
download | pango-bb034ea234b9c7fdc4556a270cae042ab6db249d.tar.gz |
Update
Thu Jul 6 15:16:28 2000 Owen Taylor <otaylor@redhat.com>
* docs/pango-sections.txt docs/tmpl/*: Update
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 39aa9a03..7e8074fc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -54,6 +54,6 @@ dist-hook: mkdir $(distdir)/tmpl cp -p $(srcdir)/tmpl/*.sgml $(distdir)/tmpl mkdir $(distdir)/TEXT - for i in $(srcdir)/TEXT/* ; do \ - test -f $$i && cp -p $$i $(distdir)/TEXT ;\ + for i in $(srcdir)/TEXT/* ; do \ + test -f $$i && cp -p $$i $(distdir)/TEXT ; \ done |