aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/docs/html/Makefile')
-rw-r--r--libstdc++-v3/docs/html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/Makefile b/libstdc++-v3/docs/html/Makefile
index efc75bec86f..c252ca2631b 100644
--- a/libstdc++-v3/docs/html/Makefile
+++ b/libstdc++-v3/docs/html/Makefile
@@ -1,5 +1,5 @@
-PWD=$${PWDCMD-pwd}
+PWD_COMMAND=$${PWDCMD-pwd}
MAKEINFO=makeinfo
INC=../../../gcc/doc/include
@@ -25,7 +25,7 @@ documentation.html: $(wildcard */howto.html)
rm tmp.top tmp.middle tmp.bottom
faq/index.txt: faq/index.html
- lynx -dump $< | sed "s%file://localhost`${PWD}`%..%" > $@
+ lynx -dump $< | sed "s%file://localhost`${PWD_COMMAND}`%..%" > $@
17_intro/porting.html: 17_intro/porting.texi
${MAKEINFO} -I ${INC} --html --no-split $< -o $@