Advertisement
Emulatorman

gnun.mk

Jan 19th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
  2.  
  3. # This file is part of GNUnited Nations.
  4.  
  5. # GNUnited Nations is free software: you can redistribute it and/or
  6. # modify it under the terms of the GNU General Public License as
  7. # published by the Free Software Foundation, either version 3 of the
  8. # License, or (at your option) any later version.
  9.  
  10. # GNUnited Nations is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14.  
  15. # You should have received a copy of the GNU General Public License
  16. # along with GNUnited Nations. If not, see <http://www.gnu.org/licenses/>.
  17.  
  18. # TRANSLATORS: Add here your language code. Please keep the
  19. # alphabetical order.
  20. TEMPLATE_LINGUAS := af ar bg ca cs de el es fa fr he id it ja ml nb nl pl \
  21. pt pt-br ro ru sk sq sr ta tr uk vi zh-cn
  22.  
  23.  
  24. # TRANSLATORS: If you have committed home.LANG.po, add here your
  25. # language code.
  26. HOME_LINGUAS := ar bg ca de el es fa fr id it ja nb nl pl pt-br ro ru sq \
  27. sr tr uk zh-cn
  28.  
  29.  
  30. # TRANSLATORS: Add here your language code if you want PO files with wdiffs
  31. # to previous msgids.
  32. FUZZY_DIFF_LINGUAS := pt-br
  33.  
  34. ### The variables below are edited by GNUN maintainers. ###
  35.  
  36. # List of articles for which GRACE do not apply; i.e. they are
  37. # regenerated even if there are fuzzy strings.
  38. no-grace-articles := $(addprefix $(rootdir)/, \
  39. server/po/takeaction)
  40.  
  41. # List of articles for which VALIDATE has no full effect; i.e. the
  42. # HTML files are never validated.
  43. #! no-validate-articles := $(addprefix $(rootdir)/, \
  44. #! fry/po/happy-birthday-to-gnu)
  45. no-validate-articles := $(addprefix $(rootdir)/, )
  46.  
  47. ALL_DIRS := copyleft \
  48. fry \
  49. fun/jokes \
  50. gnu \
  51. help \
  52. licenses \
  53. philosophy \
  54. server \
  55. test
  56.  
  57. ROOT := keepingup \
  58. provide
  59.  
  60. copyleft := copyleft
  61.  
  62. fry := happy-birthday-to-gnu
  63.  
  64. fun/jokes := declarations
  65.  
  66. gnu := gnu \
  67. gnu-history \
  68. gnu-users-never-heard-of-gnu \
  69. initial-announcement \
  70. linux-and-gnu \
  71. rms-lisp \
  72. why-gnu-linux
  73.  
  74. help := help
  75.  
  76. licenses := gpl-faq \
  77. license-list \
  78. why-not-lgpl
  79.  
  80. philosophy := bdk \
  81. can-you-trust \
  82. categories \
  83. copyright-and-globalization \
  84. eldred-amicus \
  85. free-software-for-freedom \
  86. free-sw \
  87. java-trap \
  88. no-word-attachments \
  89. not-ipr \
  90. open-source-misses-the-point \
  91. philosophy \
  92. right-to-read \
  93. software-literary-patents \
  94. sun-in-night-time \
  95. why-audio-format-matters \
  96. why-copyleft \
  97. why-free \
  98. words-to-avoid
  99.  
  100. server := sitemap \
  101. takeaction \
  102. tasks
  103.  
  104. test :=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement