Commit 932068b8 authored by Fred Drake's avatar Fred Drake

Update the clobber and .PHONY targets to properly support the text

conversion.
parent 19a001f3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# See the README.txt file for information on the mkhowto program used # See the README.txt file for information on the mkhowto program used
# to generate the PDF and PostScript versions of the documentation. # to generate the PDF and PostScript versions of the documentation.
.PHONY: default all html pdf ps .PHONY: default all html pdf ps text
default: pdf default: pdf
all: html pdf ps text all: html pdf ps text
...@@ -32,5 +32,5 @@ clean: ...@@ -32,5 +32,5 @@ clean:
rm -f zconfig.l2h zconfig.l2h~ rm -f zconfig.l2h zconfig.l2h~
clobber: clean clobber: clean
rm -f zconfig.pdf zconfig.ps rm -f zconfig.pdf zconfig.ps zconfig.txt
rm -rf zconfig rm -rf zconfig
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment