diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-26 23:07:24 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-26 23:07:24 +0100 |
| commit | 6eb8695a4714890955cf0ae22f8ddb92850af67a (patch) | |
| tree | fd963ec37baeac0dc4fd3e2dba85c2ec627ca3d9 /Makefile.am | |
| parent | 89c58dc04c264c5778ae34d1428e12483f3ac5ac (diff) | |
| download | cataract-6eb8695a4714890955cf0ae22f8ddb92850af67a.tar.xz | |
"samples" target
Fix sample/gen.sh script
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 851db70..375e4e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,4 +15,10 @@ DISTCLEANFILES = \ po/.intltool-merge-cache +# "make samples" target +# generate sample structure +samples: + (cd sample && ./gen.sh) + + ACLOCAL_AMFLAGS = -I m4 |
