diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-08-11 08:52:29 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-08-11 08:52:29 -0400 |
commit | 9902111423f393c4c0079feb4f51dfe425173b00 (patch) | |
tree | 20976d3bb6f0c183a4414051ee5dae81b75b3171 /doc/Makefile | |
parent | 133559f869ac7faea68a2d48273b0347a3b316a2 (diff) |
* dir: shorten the name of the info file
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index dd20ede..a9d6a96 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ # Don't delete if make is interrupted .PRECIOUS: %.info %.html -all: rt-liberation.info +all: rt-liber.info %.info: %.texinfo makeinfo --no-split $< |