projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c5c86
)
minor fix to trigger html build
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 8 Oct 2003 15:04:51 +0000
(15:04 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 8 Oct 2003 15:04:51 +0000
(15:04 +0000)
Original commit message from CVS:
minor fix to trigger html build
docs/htmlinstall.mak
patch
|
blob
|
history
diff --git
a/docs/htmlinstall.mak
b/docs/htmlinstall.mak
index
fafd23b
..
f0e24c6
100644
(file)
--- a/
docs/htmlinstall.mak
+++ b/
docs/htmlinstall.mak
@@
-2,7
+2,7
@@
# I really don't like this hack, but automake doesn't seem to want to
# install directory trees :(
-install-data-local:
+install-data-local:
html
mkdir -p $(docdir)
cp -pr $(HTML_DAT) $(docdir)