[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Patch for Makefile in english/security/



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I noticed that the files nonvulns_sarge.$(LANGUAGE).html are not updated 
automatically. I suspect that there are some dependencies in the Makefile 
missing, so I propose the attached patch.

Cheers,

- -- 

Tobias

    "A man's only as old as the woman he feels."
      -- Groucho Marx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBTWbtCqqEJ0Fs8twRAhklAKCER43gt1yCcQzfWaC8qGyltLRzXwCfdrEb
EwilGj7bxI7/45+4ji7Up6Q=
=VWYK
-----END PGP SIGNATURE-----
Index: Makefile
===================================================================
RCS file: /cvs/webwml/webwml/english/security/Makefile,v
retrieving revision 1.54
diff -b -u -r1.54 Makefile
--- Makefile	20 Jul 2004 00:37:17 -0000	1.54
+++ Makefile	19 Sep 2004 10:54:41 -0000
@@ -29,11 +29,16 @@
 
 
 # only depend on it if it exists
-translated_nonvulns=$(shell [ -f nonvulns-woody.src ] && echo nonvulns-woody.src)
-nonvulns-woody.$(LANGUAGE).html: nonvulns-woody.wml $(translated_nonvulns)  \
+translated_nonvulns-woody=$(shell [ -f nonvulns-woody.src ] && echo nonvulns-woody.src)
+nonvulns-woody.$(LANGUAGE).html: nonvulns-woody.wml $(translated_nonvulns-woody)  \
 	$(ENGLISHSRCDIR)/security/nonvulns-woody.src \
 	$(TEMPLDIR)/securityreferences.wml 
 
+translated_nonvulns-sarge=$(shell [ -f nonvulns-sarge.src ] && echo nonvulns-sarge.src)
+nonvulns-sarge.$(LANGUAGE).html: nonvulns-sarge.wml $(translated_nonvulns-sarge)  \
+	$(ENGLISHSRCDIR)/security/nonvulns-sarge.src \
+	$(TEMPLDIR)/securityreferences.wml
+
 clean::
 	rm -f $(DSARDF) $(DSALONGRDF)
 ifeq "$(LANGUAGE)" "ja"

Reply to: