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
This commit is contained in:
parent
70cfc9c296
commit
203f7092c0
|
@ -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 files for testlibraw
|
||||||
man_MANS = testlibraw.1
|
man_MANS = testlibraw.1
|
||||||
|
@ -11,12 +11,12 @@ CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
|
||||||
MAINTAINERCLEANFILES = libraw1394.ps
|
MAINTAINERCLEANFILES = libraw1394.ps
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -rf libraw1394.html
|
rm -rf libraw1394
|
||||||
|
|
||||||
doc: psdoc pdfdoc htmldoc
|
doc: psdoc pdfdoc htmldoc
|
||||||
psdoc: libraw1394.ps
|
psdoc: libraw1394.ps
|
||||||
pdfdoc: libraw1394.pdf
|
pdfdoc: libraw1394.pdf
|
||||||
htmldoc: libraw1394.html
|
htmldoc: libraw1394
|
||||||
|
|
||||||
.PHONY: doc psdoc pdfdoc htmldoc
|
.PHONY: doc psdoc pdfdoc htmldoc
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ libraw1394.ps: libraw1394.sgml
|
||||||
libraw1394.pdf: libraw1394.sgml
|
libraw1394.pdf: libraw1394.sgml
|
||||||
db2pdf $<
|
db2pdf $<
|
||||||
|
|
||||||
libraw1394.html: libraw1394.sgml
|
libraw1394: libraw1394.sgml
|
||||||
db2html $<
|
db2html $<
|
||||||
rm -rf $@
|
# rm -rf $@
|
||||||
mv libraw1394 $@
|
# mv libraw1394 $@
|
||||||
|
|
Reference in New Issue