From 1d94cfcf04b8d4ce97fdd738e085911713dbe494 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 15:05:10 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- example/Makefile | 2 ++ example/README | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'example') diff --git a/example/Makefile b/example/Makefile index 0df1ef6..d6d0b05 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,3 +1,5 @@ +.POSIX: + all: dict.pdf dict.pdf: dict.tex diff --git a/example/README b/example/README index 9e12b3a..90dace4 100644 --- a/example/README +++ b/example/README @@ -1,8 +1,8 @@ Step 1) cd into this directory. Step 2) Run `make`. -Step 3) If ~/.config/dlu already exists move it. -Step 4) Run `ln -s ~/.config/dlu .`. -Step 5) You can know run ../dlu.py. -Step 6) Run `rm ~/.config/dlu` +Step 3) If ~/.config/dlu already exists, move it. +Step 4) Run `ln -s -- ~/.config/dlu .`. +Step 5) You can now run ../dlu.py. +Step 6) Run `rm -- ~/.config/dlu`. Step 7) If ~/.config/dlu already existed, restore it. -Step 8) If ~/.config/dlu didn't exist, install dlu and set it up. +Step 8) If ~/.config/dlu did not exist, install dlu and set it up. -- cgit v1.2.3-70-g09d2