summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/doc/Makefile18
-rw-r--r--cpp/src/IceGrid/Makefile2
2 files changed, 10 insertions, 10 deletions
diff --git a/cpp/doc/Makefile b/cpp/doc/Makefile
index 9fd7c4464a1..c2a2c2dc30c 100644
--- a/cpp/doc/Makefile
+++ b/cpp/doc/Makefile
@@ -11,14 +11,14 @@ top_srcdir = ..
TARGETS = reference/index.html
-SLICEFILES = $(wildcard ../slice/Ice/*.ice) \
- $(wildcard ../slice/Freeze/*.ice) \
- $(wildcard ../slice/IceBox/*.ice) \
- $(wildcard ../slice/IceGrid/*.ice) \
- $(wildcard ../slice/Glacier2/*.ice) \
- $(wildcard ../slice/IceSSL/*.ice) \
- $(wildcard ../slice/IceStorm/*.ice) \
- $(wildcard ../slice/IcePatch2/*.ice)
+SLICEFILES = $(wildcard ../../slice/Ice/*.ice) \
+ $(wildcard ../../slice/Freeze/*.ice) \
+ $(wildcard ../../slice/IceBox/*.ice) \
+ $(wildcard ../../slice/IceGrid/*.ice) \
+ $(wildcard ../../slice/Glacier2/*.ice) \
+ $(wildcard ../../slice/IceSSL/*.ice) \
+ $(wildcard ../../slice/IceStorm/*.ice) \
+ $(wildcard ../../slice/IcePatch2/*.ice)
include $(top_srcdir)/config/Make.rules
@@ -27,7 +27,7 @@ JAVASCRIPT = symboltree.js
reference/index.html: $(SLICEFILES)
$(MAKE) clean
- $(bindir)/slice2html --ice -I../slice --hdr=htmlHeader --ftr=htmlFooter \
+ $(bindir)/slice2html --ice -I$(slicedir) --hdr=htmlHeader --ftr=htmlFooter \
--indexhdr=indexHeader --indexftr=indexFooter \
--image-dir=images --logo-url="http://www.zeroc.com" --search="/cgi-bin/swish.cgi" \
--output-dir=reference --index=3 --summary=120 $(SLICEFILES)
diff --git a/cpp/src/IceGrid/Makefile b/cpp/src/IceGrid/Makefile
index 4797a30ccba..2ac5cac452e 100644
--- a/cpp/src/IceGrid/Makefile
+++ b/cpp/src/IceGrid/Makefile
@@ -172,7 +172,7 @@ $(LOCAL_HDIR)/IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp: $(SLICE2FREEZ
rm -f IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp
$(SLICE2FREEZECMD) --dict IceGrid::IdentityObjectInfoDict,Ice::Identity,IceGrid::ObjectInfo \
--dict-index IceGrid::IdentityObjectInfoDict,type \
- IdentityObjectInfoDict ../../slice/Ice/Identity.ice $(LOCAL_SDIR)/Internal.ice
+ IdentityObjectInfoDict $(slicedir)/Ice/Identity.ice $(LOCAL_SDIR)/Internal.ice
clean::
rm -f IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp