diff options
| author | 2001-05-24 22:10:45 +0000 | |
|---|---|---|
| committer | 2001-05-24 22:10:45 +0000 | |
| commit | 70cfc9c2968b096e7ba5a9507ea020920d878a35 (patch) | |
| tree | c12363a7e12b7bc362b06ecb3a6169b4fd5ec9b5 /doc | |
| parent | Handle generation number is not automatically advanced with bus reset. (diff) | |
Move HTML formatted documentation subdir from libraw1394 to libraw1394.html.
Update Debian control files to generate version 0.9.0-1 package.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@61 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 36f2d80..95bc350 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394 libraw1394.ps +EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394.html libraw1394.ps # man files for testlibraw man_MANS = testlibraw.1 @@ -11,12 +11,12 @@ CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \ MAINTAINERCLEANFILES = libraw1394.ps maintainer-clean-local: - rm -rf libraw1394 + rm -rf libraw1394.html doc: psdoc pdfdoc htmldoc psdoc: libraw1394.ps pdfdoc: libraw1394.pdf -htmldoc: libraw1394/book1.html +htmldoc: libraw1394.html .PHONY: doc psdoc pdfdoc htmldoc @@ -26,5 +26,7 @@ libraw1394.ps: libraw1394.sgml libraw1394.pdf: libraw1394.sgml db2pdf $< -libraw1394/book1.html: libraw1394.sgml +libraw1394.html: libraw1394.sgml db2html $< + rm -rf $@ + mv libraw1394 $@ |
