home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / brltty / French / Makefile < prev   
Encoding:
Makefile  |  2009-03-17  |  1.9 KB  |  59 lines

  1. ###############################################################################
  2. # BRLTTY - A background process providing access to the console screen (when in
  3. #          text mode) for a blind person using a refreshable braille display.
  4. #
  5. # Copyright (C) 1995-2009 by The BRLTTY Developers.
  6. #
  7. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  8. #
  9. # This is free software, placed under the terms of the
  10. # GNU General Public License, as published by the Free Software
  11. # Foundation; either version 2 of the License, or (at your option) any
  12. # later version. Please see the file LICENSE-GPL for details.
  13. #
  14. # Web Page: http://mielke.cc/brltty/
  15. #
  16. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  17. ###############################################################################
  18.  
  19. SRC_TOP = ../../../../
  20. SRC_DIR = ../../../../Documents/Manual-BRLTTY/French
  21. # VPATH = ../../../../Documents/Manual-BRLTTY/French
  22.  
  23. BLD_TOP = ./../../../
  24. BLD_DIR = .
  25.  
  26. O = o
  27. X = 
  28.  
  29.  
  30.  
  31. default: all
  32.  
  33. include $(BLD_TOP)config.mk
  34. include $(SRC_TOP)common.mk
  35. include $(SRC_TOP)absdeps.mk
  36. include $(SRC_DIR)/reldeps.mk
  37.  
  38. ###############################################################################
  39. # BRLTTY - A background process providing access to the console screen (when in
  40. #          text mode) for a blind person using a refreshable braille display.
  41. #
  42. # Copyright (C) 1995-2009 by The BRLTTY Developers.
  43. #
  44. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  45. #
  46. # This is free software, placed under the terms of the
  47. # GNU General Public License, as published by the Free Software
  48. # Foundation; either version 2 of the License, or (at your option) any
  49. # later version. Please see the file LICENSE-GPL for details.
  50. #
  51. # Web Page: http://mielke.cc/brltty/
  52. #
  53. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  54. ###############################################################################
  55.  
  56. DOCUMENT_NAME = BRLTTY
  57. DOCUMENT_LANGUAGE = french
  58. include $(SRC_TOP)document.mk
  59.