diff options
-rw-r--r-- | tests/poppler/fontconfig/fontconfig.h (renamed from tests/poppler/include/fontconfig/fontconfig.h) | 0 | ||||
-rwxr-xr-x | tools/emconfiguren.py | 2 | ||||
-rwxr-xr-x | tools/emmaken.py | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/poppler/include/fontconfig/fontconfig.h b/tests/poppler/fontconfig/fontconfig.h index 4efa4507..4efa4507 100644 --- a/tests/poppler/include/fontconfig/fontconfig.h +++ b/tests/poppler/fontconfig/fontconfig.h diff --git a/tools/emconfiguren.py b/tools/emconfiguren.py index 28cb6366..4987fbbd 100755 --- a/tools/emconfiguren.py +++ b/tools/emconfiguren.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -#raise Exception('emconfiguren is deprecated!') +raise Exception('emconfiguren is deprecated! use "emconfigure" (no "n")') ''' This is a helper script for emmaken.py. See docs in that file for more info. diff --git a/tools/emmaken.py b/tools/emmaken.py index 1192eb85..a3a9a721 100755 --- a/tools/emmaken.py +++ b/tools/emmaken.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -#raise Exception('emmaken is deprecated!') +raise Exception('emmaken is deprecated! use "emcc"') ''' emmaken - the emscripten make proxy tool |