diff options
Diffstat (limited to 'doc/user/README')
-rw-r--r-- | doc/user/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/README b/doc/user/README index bdccf51..2d05359 100644 --- a/doc/user/README +++ b/doc/user/README @@ -3,7 +3,7 @@ When adding a new file, add it to main.xml and MANIFEST. To build the .xml files from the .in files: - scons -D . BUILDDOC=1 + scons -D BUILDDOC=1 foo.xml To build the whole PDF doc from this dir, for testing: scons -D ../../build/doc/PDF/scons-user.pdf |