diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-25 20:27:03 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-25 20:27:03 +0100 |
commit | 02ea46fc11c558a1b8edc4a5c175985f3d18f437 (patch) | |
tree | c289deceaccc30eb684da65fe92cfd21bedae97d /Makefile | |
parent | Change license, clean up file structure, remove info manual and extend man page, and simplify makefile (diff) | |
download | auto-auto-complete-02ea46fc11c558a1b8edc4a5c175985f3d18f437.tar.gz auto-auto-complete-02ea46fc11c558a1b8edc4a5c175985f3d18f437.tar.bz2 auto-auto-complete-02ea46fc11c558a1b8edc4a5c175985f3d18f437.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 $@ |