diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-12 17:01:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-12 17:01:27 (GMT) |
commit | 06098e45af2b36f0e033a216c495258a3280c62f (patch) | |
tree | 41f2132a45b5599c820a941aa18c20f7896dfe64 /Doc/paper-a4 | |
parent | d48d62cabd7212a7cb3e3623f31af667191e9292 (diff) | |
download | cpython-06098e45af2b36f0e033a216c495258a3280c62f.zip cpython-06098e45af2b36f0e033a216c495258a3280c62f.tar.gz cpython-06098e45af2b36f0e033a216c495258a3280c62f.tar.bz2 |
New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4.
Diffstat (limited to 'Doc/paper-a4')
-rw-r--r-- | Doc/paper-a4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/paper-a4/Makefile b/Doc/paper-a4/Makefile new file mode 100644 index 0000000..f6d9de8 --- /dev/null +++ b/Doc/paper-a4/Makefile @@ -0,0 +1,2 @@ +include ../paper-letter/Makefile +PAPER=a4 |