summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-12-17 02:11:25 +0000
committerKeith Packard <keithp@keithp.com>2004-12-17 02:11:25 +0000
commitaffe80e636fee38b63b9a0b5a070eb8733fedcc3 (patch)
tree6f216e90bd29d88eaea6c6bb44c8690a0ffa787e /examples
parent77593749f296520bbedaa492d096b7b865fc21ba (diff)
Install example nickle programs
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..0e71b32
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,14 @@
+NICKLEFILES=\
+ animate.5c \
+ draw.5c \
+ graph.5c \
+ pie.5c \
+ rottext.5c \
+ sin.5c \
+ test.5c
+
+exampledir=$(pkgdatadir)/examples
+
+example_DATA=$(NICKLEFILES)
+
+EXTRA_DIST=$(NICKLEFILES)