blob: f77f047e9365c3d53e439f4f3540fa474ceb780e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#Makefile for SystemTap_Beginners_Guide
XML_LANG = en-US
BRAND = RedHat
# please define the BRAND in the pre:: section below
#SHOW_REMARKS = 1
#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
pre::
cp -a ../../testsuite en-US/extras/;
post::
rm -rf en-US/extras/testsuite
|