build: Dist the cookbook
So that we can publish it starting from the tarballs.
This commit is contained in:
parent
f3659d35a0
commit
65d6c8c32e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user