aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2004-05-25 23:41:27 +0000
committerFrank Lichtenheld <djpig>2004-05-25 23:41:27 +0000
commit6fbd56ea9baf8ff86264fe0130deeecd10331eb0 (patch)
tree4637398e25100c51a3d180105f4bb529ff51ba9e
parentab0aa32220a50bb0701da759863a65fa6323b258 (diff)
Don't define NOGENERICDEP for security/audit to simplify the Makefile
(There has to be a cleaner way than how I did it, though) CVS version numbers Makefile.common: 1.82 -> 1.83 english/security/audit/Makefile: 1.4 -> 1.5
-rw-r--r--Makefile.common2
-rw-r--r--english/security/audit/Makefile19
2 files changed, 2 insertions, 19 deletions
diff --git a/Makefile.common b/Makefile.common
index ce49aebac6b..60892022f2e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -80,8 +80,10 @@ ifneq "$(findstring /events/,$(CURDIR))" ""
NOGENERICDEP := true
endif
ifneq "$(findstring /security/,$(CURDIR))" ""
+ifeq "$(findstring security/audit,$(CURDIR))" ""
NOGENERICDEP := true
endif
+endif
ifneq "$(findstring legal/licenses,$(CURDIR))" ""
NOGENERICDEP := true
endif
diff --git a/english/security/audit/Makefile b/english/security/audit/Makefile
index 56445775c79..d17044b2515 100644
--- a/english/security/audit/Makefile
+++ b/english/security/audit/Makefile
@@ -9,22 +9,3 @@ SUBS=
GETTEXTFILES += others.mo
include $(WMLBASE)/Make.lang
-
-
-index.$(LANGUAGE).html: index.wml Makefile
- $(WML) $(<F)
-
-faq.$(LANGUAGE).html: faq.wml Makefile
- $(WML) $(<F)
-
-maintainers.$(LANGUAGE).html: maintainers.wml Makefile
- $(WML) $(<F)
-
-packages.$(LANGUAGE).html: packages.wml Makefile
- $(WML) $(<F)
-
-tools.$(LANGUAGE).html: tools.wml Makefile
- $(WML) $(<F)
-
-advisorises.$(LANGUAGE).html: advisorises.wml Makefile
- $(WML) $(<F) \ No newline at end of file

© 2014-2024 Faster IT GmbH | imprint | privacy policy