diff options
author | ddomingo <ddomingo@redhat.com> | 2008-10-08 08:14:05 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-10-08 08:14:05 +1000 |
commit | abcca478e050a2207cac91e227683741b46582fa (patch) | |
tree | 73090541a84f2da657d2df8f7de88e98eeec8b3b /doc/SystemTap_Beginners_Guide | |
parent | 85c7a9a6efa9de3b8439f16c10601540af4a0e1e (diff) | |
download | systemtap-steved-abcca478e050a2207cac91e227683741b46582fa.tar.gz systemtap-steved-abcca478e050a2207cac91e227683741b46582fa.tar.xz systemtap-steved-abcca478e050a2207cac91e227683741b46582fa.zip |
modified to allow conditional-by-brand tagging
Diffstat (limited to 'doc/SystemTap_Beginners_Guide')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/SystemTap_Beginners_Guide/Makefile b/doc/SystemTap_Beginners_Guide/Makefile index 0d8b4546..32135688 100644 --- a/doc/SystemTap_Beginners_Guide/Makefile +++ b/doc/SystemTap_Beginners_Guide/Makefile @@ -6,6 +6,8 @@ BRAND = RedHat #OTHER_LANGS = as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW +CONDITION=$(BRAND) + COMMON_CONFIG = /usr/share/publican include $(COMMON_CONFIG)/make/Makefile.common |