]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc: Add rebuild target
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 5 Sep 2022 06:55:53 +0000 (09:55 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 28 Sep 2022 10:30:14 +0000 (13:30 +0300)
doc/Makefile.am

index c5e1ff9b84d865d5a901ff9e26fe31387ca5ca50..438a4273358b95306552594d0684657a8f147278 100644 (file)
@@ -84,10 +84,12 @@ clean-local:
        -rm -rf venv
        -rm -rf $(documentation_sources)
 
-distclean-local: clean-local
+rebuild:
        -rm -rf html
        $(MAKE) -C man $@
 
+distclean-local: clean-local rebuild
+
 maintainer-clean: distclean-local
 
 endif # if INSTALL_DOCS