diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-18 16:03:49 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-18 16:03:49 +0200 |
| commit | e6771ed15fa807b54b109926d7b6bf3387c2aede (patch) | |
| tree | 20386b1dcdd0a4fc774419e731e68129fb6b8bfd /docs/Makefile | |
| parent | f6a3fc8f6735fbc804e02f9c54bc621746afd5b0 (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 |
