home *** CD-ROM | disk | FTP | other *** search
Makefile | 2009-03-17 | 1.9 KB | 59 lines |
- ###############################################################################
- # BRLTTY - A background process providing access to the console screen (when in
- # text mode) for a blind person using a refreshable braille display.
- #
- # Copyright (C) 1995-2009 by The BRLTTY Developers.
- #
- # BRLTTY comes with ABSOLUTELY NO WARRANTY.
- #
- # This is free software, placed under the terms of the
- # GNU General Public License, as published by the Free Software
- # Foundation; either version 2 of the License, or (at your option) any
- # later version. Please see the file LICENSE-GPL for details.
- #
- # Web Page: http://mielke.cc/brltty/
- #
- # This software is maintained by Dave Mielke <dave@mielke.cc>.
- ###############################################################################
-
- SRC_TOP = ../../../../
- SRC_DIR = ../../../../Documents/Manual-BRLTTY/French
- # VPATH = ../../../../Documents/Manual-BRLTTY/French
-
- BLD_TOP = ./../../../
- BLD_DIR = .
-
- O = o
- X =
-
-
-
- default: all
-
- include $(BLD_TOP)config.mk
- include $(SRC_TOP)common.mk
- include $(SRC_TOP)absdeps.mk
- include $(SRC_DIR)/reldeps.mk
-
- ###############################################################################
- # BRLTTY - A background process providing access to the console screen (when in
- # text mode) for a blind person using a refreshable braille display.
- #
- # Copyright (C) 1995-2009 by The BRLTTY Developers.
- #
- # BRLTTY comes with ABSOLUTELY NO WARRANTY.
- #
- # This is free software, placed under the terms of the
- # GNU General Public License, as published by the Free Software
- # Foundation; either version 2 of the License, or (at your option) any
- # later version. Please see the file LICENSE-GPL for details.
- #
- # Web Page: http://mielke.cc/brltty/
- #
- # This software is maintained by Dave Mielke <dave@mielke.cc>.
- ###############################################################################
-
- DOCUMENT_NAME = BRLTTY
- DOCUMENT_LANGUAGE = french
- include $(SRC_TOP)document.mk
-