build: Dist the cookbook

So that we can publish it starting from the tarballs.
This commit is contained in:
Emmanuele Bassi 2013-03-05 00:04:32 +00:00
parent f3659d35a0
commit 65d6c8c32e

View File

@ -130,6 +130,10 @@ clean-local:
rm -f *.pdf ; \ rm -f *.pdf ; \
rm -f *.stamp rm -f *.stamp
dist-hook:
mkdir $(distdir)/html
cp -r ./html/* $(distdir)/html
uninstall-local: uninstall-local:
@rm -rf $(DESTDIR)$(TARGET_DIR) @rm -rf $(DESTDIR)$(TARGET_DIR)
@rm -f $(DESTDIR)$(TARGET_DIR)/clutter-cookbook.devhelp @rm -f $(DESTDIR)$(TARGET_DIR)/clutter-cookbook.devhelp