From 65d6c8c32ee23a34f8fbe1fbb76dd4faf0e28d0c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 5 Mar 2013 00:04:32 +0000 Subject: [PATCH] build: Dist the cookbook So that we can publish it starting from the tarballs. --- doc/cookbook/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am index c9702421f..6c335707a 100644 --- a/doc/cookbook/Makefile.am +++ b/doc/cookbook/Makefile.am @@ -130,6 +130,10 @@ clean-local: rm -f *.pdf ; \ rm -f *.stamp +dist-hook: + mkdir $(distdir)/html + cp -r ./html/* $(distdir)/html + uninstall-local: @rm -rf $(DESTDIR)$(TARGET_DIR) @rm -f $(DESTDIR)$(TARGET_DIR)/clutter-cookbook.devhelp