diff options
| author | 2001-06-08 00:31:12 +0000 | |
|---|---|---|
| committer | 2001-06-08 00:31:12 +0000 | |
| commit | 135babee19a43abe7fb48cddf334473de0322643 (patch) | |
| tree | 91d9da667ace98f196a175912a9d68766800c2e2 /doc | |
| parent | debian: Remove a now useless substvar. (diff) | |
Moved testlibraw.c from src to tools directory.
Added sendiso and dumpiso programs in tools directory.
Added man pages for sendiso and dumpiso in doc directory.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@66 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index fdfe609..9569e2b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,8 @@ -EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394 libraw1394.ps +EXTRA_DIST = testlibraw.1.in sendiso.1.in dumpiso.1.in \ + libraw1394.sgml libraw1394 libraw1394.ps # man files for testlibraw -man_MANS = testlibraw.1 +man_MANS = testlibraw.1 sendiso.1 dumpiso.1 # libraw1394 docbook documentation |
