summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-10-08 18:21:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-10-08 18:21:41 +0000
commite44c8f032bc60b43cbefde760084952c956a1e30 (patch)
treefecdd74ed5a74adf218aac2b781dfcbed5ac5d9b /docs/manuals.mak
parent60916d6f41e64e551e740ee561fc45308bb8374d (diff)
downloadgstreamer-e44c8f032bc60b43cbefde760084952c956a1e30.tar.gz
entitize the version
Original commit message from CVS: entitize the version
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index 7b5f9c24c1..21e61f2c7e 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -86,6 +86,7 @@ $(BUILDDIR)/$(MAIN): $(XML) $(CSS)
@-mkdir -p $(BUILDDIR)
@for a in $(XML); do cp $(srcdir)/$$a $(BUILDDIR); done
@for a in $(CSS); do cp $(srcdir)/$$a $(BUILDDIR); done
+ @cp $(srcdir)/../version.entities $(BUILDDIR)
html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
@echo "*** Generating HTML output ***"