diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 19:12:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 19:12:58 (GMT) |
commit | 6f5bf8d59aaf7a481cdf4d81a8acbfb6a9c39d70 (patch) | |
tree | f6fae0088fdaa2c18a9ce0bf9f21df0f1b9b5edc /Doc/Makefile | |
parent | 28700c464a5940f675e092add0683d5afe0fffa0 (diff) | |
download | cpython-6f5bf8d59aaf7a481cdf4d81a8acbfb6a9c39d70.zip cpython-6f5bf8d59aaf7a481cdf4d81a8acbfb6a9c39d70.tar.gz cpython-6f5bf8d59aaf7a481cdf4d81a8acbfb6a9c39d70.tar.bz2 |
Minor tidy.
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 4bd58e8..117b283 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -307,7 +307,7 @@ tut.pdf: tut/tut.tex # The remaining part of the Makefile is concerned with various # conversions, as described above. See also the README file. -.PHONY: html info +.PHONY: html l2h info info: (cd $(INFODIR); $(MAKE)) |