diff --git a/.gitignore b/.gitignore index 0a0f7e42..72535862 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ gmon.out *.pnm *.fimg essai +MANIFEST +tarball */*.ps diff --git a/Makefile b/Makefile index 0178d04a..562af1d9 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ essai: essai.c libfloatimg.a floatimg.h Makefile TOTAR = *.[ch] Makefile *.sh *.txt doc/*.tex \ funcs/*.[ch] funcs/Makefile \ tools/*.[ch] tools/Makefile \ + v4l2/*.[ch] v4l2/Makefile \ lib/*.[ch] lib/Makefile lines: $(TOTAR) @@ -28,7 +29,7 @@ lines: $(TOTAR) tarball: $(TOTAR) date > tarball - ls $(TOTAR) | sed 's/^/Fimg\//' > MANIFEST - ( cd .. ; tar zcvf floatimg.tar.gz `cat Fimg/MANIFEST` ) + ls $(TOTAR) | sed 's/^/FloatImg\//' > MANIFEST + ( cd .. ; tar zcvf floatimg.tar.gz `cat FloatImg/MANIFEST` ) #--------------------------------------------------------------- diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..e69de29b