From b34c25d0e44b6fbffe34b262c6005fc310e3cc66 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Wed, 28 Jan 2009 10:25:42 +1000 Subject: added pre and post routines to Makefile, also cleaned up syncandbuild.sh --- doc/SystemTap_Beginners_Guide/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide/Makefile') diff --git a/doc/SystemTap_Beginners_Guide/Makefile b/doc/SystemTap_Beginners_Guide/Makefile index 7cbd8b2e..f77f047e 100644 --- a/doc/SystemTap_Beginners_Guide/Makefile +++ b/doc/SystemTap_Beginners_Guide/Makefile @@ -2,7 +2,8 @@ XML_LANG = en-US -BRAND = RedHat +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 @@ -12,3 +13,8 @@ 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 \ No newline at end of file -- cgit