diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-17 15:29:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-17 15:29:16 (GMT) |
commit | 0106e1dd20b910b83b29285eda8fd07840cd62bf (patch) | |
tree | a970c02a079beff0864eb67fd61e8c5586f5cbed /Doc/Makefile | |
parent | 8836e567b948af34555065d39e9a98e0d6955e12 (diff) | |
download | cpython-0106e1dd20b910b83b29285eda8fd07840cd62bf.zip cpython-0106e1dd20b910b83b29285eda8fd07840cd62bf.tar.gz cpython-0106e1dd20b910b83b29285eda8fd07840cd62bf.tar.bz2 |
Include the GNU info format in the edist target since we're now
building a fair portion of the documentation as info.
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 e4d9d6d..74765b8 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -652,7 +652,7 @@ distpdf: tarpdf bzippdf zippdf distlatex: tarlatex bziplatex ziplatex paperdist: distpdf distps -edist: disthtml zipisilo +edist: disthtml distinfo zipisilo pkglist: $(TOOLSDIR)/mkpkglist >pkglist.html |