We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95d4da commit 94bd535Copy full SHA for 94bd535
docs/Makefile
@@ -12,9 +12,8 @@ DB2PDF_OPTIONS=\
12
-V %generate-article-toc% \
13
-V %generate-article-titlepage-on-separate-page%
14
15
-all:
+all: delete-unpacked-pyle unpack-pyle start-pyle
16
OK=true && \
17
- make prepare-pyle && \
18
{ make targets || OK=false; } && \
19
cat pyle.log && \
20
make delete-unpacked-pyle && \
@@ -28,8 +27,6 @@ bundle:
28
27
cp ./api-guide.pdf bundle/.
29
cp "RabbitMQ Service Model.pdf" bundle/.
30
31
-prepare-pyle: delete-unpacked-pyle unpack-pyle start-pyle
32
-
33
targets: $(TARGET)
34
35
clean:
0 commit comments