summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 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: