summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-16 01:14:21 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-16 01:14:21 +0100
commit980e3e4c195172780d89aedffbb4bd7633860802 (patch)
tree32003830cff4a9e7b68d82c1e4a01f436194d748 /Makefile
parent2efb84a0a4565e8b9a4336eef31a94091b923880 (diff)
downloadmerchant-frontend-examples-980e3e4c195172780d89aedffbb4bd7633860802.tar.gz
merchant-frontend-examples-980e3e4c195172780d89aedffbb4bd7633860802.tar.bz2
merchant-frontend-examples-980e3e4c195172780d89aedffbb4bd7633860802.zip
zipping samples
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6335d9d..d3a8693 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all: $(SUBDIRS)
$(SUBDIRS): graphics
cp -t $@/doc graphics/arch.png
cd $@/doc/; texi2pdf tutorial.texi
+ cd $@/doc/; zip samples.zip ../*.$@
graphics:
cd graphics; dot -Tpng arch.dot > arch.png