diff options
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 b931094..f4a747d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -3,7 +3,7 @@ LIBDESTDIR=$DESTDIR/lib LIBDEST=$LIBDESTDIR/python DOCDESTDIR=$LIBDEST/doc -all: tut ref lib qua +all: tut lib ref ext qua tut: latex tut |