diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-18 16:00:07 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-18 16:00:07 +0200 |
| commit | 755955621b0f5e37ff6c27098ca7dd185c506189 (patch) | |
| tree | a32c178f82de3286dcdf3885cf0a9dee9635caae /docs/Makefile | |
| parent | 947c2bef85ca35e09e9d9911c33b2ffbfc8c7b7c (diff) | |
make: Fix texi target
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 150436f..8341a90 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ include ../default.mk docs: texi info html html-dir pdf -texi: $(PKG).org +texi: $(PKG).texi info: $(PKG).info dir html: $(PKG).html pdf: $(PKG).pdf |
