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 | |
| parent | 89c58dc04c264c5778ae34d1428e12483f3ac5ac (diff) | |
| download | cataract-6eb8695a4714890955cf0ae22f8ddb92850af67a.tar.xz | |
"samples" target
Fix sample/gen.sh script
| -rw-r--r-- | Makefile.am | 6 | ||||
| -rwxr-xr-x | sample/gen.sh | 2 |
2 files changed, 7 insertions, 1 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 diff --git a/sample/gen.sh b/sample/gen.sh index 084d756..fec6ce8 100755 --- a/sample/gen.sh +++ b/sample/gen.sh @@ -1,4 +1,4 @@ #!/bin/sh cd src -../../cgg -s . -o ../dst -v +../../src/cgg -s . -o ../dst -v |
