summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-03-11 16:06:36 +0100
committerJonas Bernoulli <jonas@bernoul.li>2021-03-11 16:49:54 +0100
commiteff65f1d8515df3dc41fb628d54950990a30dbb0 (patch)
tree8455af9a3c3fa18101a89c7c8e8f7ba2ea1036bf /docs/Makefile
parent8c28b8a4faadd305f77a327b94e23fe78da7a30c (diff)
Revert "manual: Deal with texinfo cross reference idiocy"
This reverts commit baebe85cebd48442325a0071658226da8ce9dab1.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 054776b..1a75646 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -25,9 +25,6 @@ texi:
@$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL)
@printf "\n" >> $(PKG).texi
@rm -f $(PKG).texi~
- @printf "Generating $(PKG).pdf.texi\n"
- @cp $(PKG).texi $(PKG).pdf.texi
- @sed -i -e "s/see @ref/@ref/gi" -e ":a;N;$!ba;s/see\n@ref/\n@ref/gi" $(PKG).texi
%.info: %.texi
@printf "Generating $@\n"
@@ -59,7 +56,7 @@ html-dir: $(PKG).texi
sed -i -e $(HTML_FIXUP_CSS) -e $(HTML_FIXUP_ONLOAD) -e $(HTML_FIXUP_MENU) $$f ; \
done
-%.pdf: %.pdf.texi
+%.pdf: %.texi
@printf "Generating $@\n"
@texi2pdf --clean $< > /dev/null