diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-07 22:23:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-07 22:23:00 +0100 |
| commit | 8e301cf5043bb9918ee9b2eac9dda19f76385407 (patch) | |
| tree | 8400a4f9e382b4a4a2f7e921657e51a1cda0574c /docs | |
| parent | e7cae38a1fd613c5dae43a60de14a72a9b48bc9c (diff) | |
make: Cosmetics
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index da1fe10..43989d6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -29,7 +29,7 @@ _ := $(shell test "$(REVDESC)" = "$$(cat .revdesc 2> /dev/null)" ||\ %.texi: %.org .orgconfig .revdesc @printf "Generating $@\n" @$(EMACS_ORG) $< $(ORG_EVAL) - @sed -i -e 's/“/``/g' -e "s/”/''/g" -e '$$a\' $(PKG).texi #' + @sed -i -e 's/“/``/g' -e "s/”/''/g" -e '$$a\' $@ #' %.info: %.texi @printf "Generating $@\n" |
