summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b76f1da1..b9e39a88 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -60,7 +60,7 @@ L2H_CMD = $(L2M) -H -t $(srcdir)/libunwind.trans
html:
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
- $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).php"; \
+ $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).html"; \
done
pdf:
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 6fb0e4aa..d106c585 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -466,7 +466,7 @@ uninstall-man: uninstall-man3
html:
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
- $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).php"; \
+ $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).html"; \
done
pdf: