blob: 57c1e9382ad671572c1284c98e881a0dc389b2c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- docs/Makefile.orig 2024-05-07 16:47:04 UTC
+++ docs/Makefile
@@ -49,7 +49,7 @@ html-dir: $(PKG).texi
%.pdf: %.texi
@printf "Generating $@\n"
- @texi2pdf --clean $< > /dev/null
+ @texi2pdf $< > /dev/null
PUBLISH_PATH ?= /manual/
RELEASE_PATH ?= /manual/$(VERSION)/
|