[clutter/clutter-1.14] build: Dist the cookbook



commit 2fdb950f3b077928b02e64964e2287d5ec9525b0
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Mar 5 00:04:32 2013 +0000

    build: Dist the cookbook
    
    So that we can publish it starting from the tarballs.

 doc/cookbook/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am
index c970242..6c33570 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]