aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 43f6152..03b4728 100644
--- a/Makefile
+++ b/Makefile
@@ -56,10 +56,3 @@ clean:
-rm -f -- auto-auto-complete.bash auto-auto-complete.zsh auto-auto-complete.fish
.PHONY: all install uninstall clean
-
-
-pdf: bin/auto-auto-complete.pdf
-bin/%.pdf: doc/info/%.texinfo doc/info/fdl.texinfo
- @mkdir -p obj/pdf bin
- cd obj/pdf && texi2pdf ../../$< < /dev/null
- mv obj/pdf/$*.pdf $@