diff options
author | Sergey Udaltsov <svu@gnome.org> | 2003-11-10 23:45:34 +0000 |
---|---|---|
committer | Sergey Udaltsov <svu@gnome.org> | 2003-11-10 23:45:34 +0000 |
commit | d3831351c125a4e32f6681a43e7ec4641fbb94ed (patch) | |
tree | bb7f3cf68f7e8c5ca3fcc7b1afc972b561c14f2a | |
parent | d41383d48babc6ac0e951abe772e9e9dfcd17c9a (diff) | |
download | libxklavier-d3831351c125a4e32f6681a43e7ec4641fbb94ed.tar.gz |
empty lines cause problems
-rw-r--r-- | doc/html/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index f91c8f8..0809d73 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -46,7 +46,7 @@ install: $(mkinstalldirs) $(DESTDIR)$(doc_to); \ for p in $(doc_files); do \ $(INSTALL_DATA) $$p $(DESTDIR)$(doc_to)/$$p; \ - done; \ + done; uninstall: @$(NORMAL_UNINSTALL) |