diff options
-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) |