summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar aeb 2001-05-25 00:44:14 +0000
committerGravatar aeb 2001-05-25 00:44:14 +0000
commit203f7092c092f64aba6035cd68e7e6fad2b13f29 (patch)
tree0fc789cceb3a3930db175de45b48191ad5fce27b /doc
parentMove HTML formatted documentation subdir from libraw1394 to libraw1394.html. (diff)
Revert move of HTML directory from libraw1394 to libraw1394.html
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@62 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 95bc350..fdfe609 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394.html libraw1394.ps
+EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394 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.html
+ rm -rf libraw1394
doc: psdoc pdfdoc htmldoc
psdoc: libraw1394.ps
pdfdoc: libraw1394.pdf
-htmldoc: libraw1394.html
+htmldoc: libraw1394
.PHONY: doc psdoc pdfdoc htmldoc
@@ -26,7 +26,7 @@ libraw1394.ps: libraw1394.sgml
libraw1394.pdf: libraw1394.sgml
db2pdf $<
-libraw1394.html: libraw1394.sgml
+libraw1394: libraw1394.sgml
db2html $<
- rm -rf $@
- mv libraw1394 $@
+# rm -rf $@
+# mv libraw1394 $@