aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorFrans Pop <fjp>2009-02-16 03:55:33 +0000
committerFrans Pop <fjp>2009-02-16 03:55:33 +0000
commit9221823ccef033ccf4614dc5be9890960d922128 (patch)
tree505e8ee2fee48d53b3fdbec0075486de88c08b11 /Makefile.common
parent4373ef8227e52d6d5eb69e54ce456fe039802223 (diff)
Add processing for projectnews templates to gendep target.
Looks like the generated dependencies in this file need updating! CVS version numbers Makefile.common: 1.99 -> 1.100
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index cd3b4c94e81..0e78c5f85c1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -150,7 +150,10 @@ endif
# FIXME, it should see bind-gettext-domain domain="sth" for $(call locale,sth)
gendep:
- @for f in $(TEMPLDIR)/*.wml $(TEMPLDIR)/weeklynews/*.wml; do \
+ @for f in $(TEMPLDIR)/*.wml \
+ $(TEMPLDIR)/weeklynews/*.wml \
+ $(TEMPLDIR)/projectnews/*.wml; \
+ do \
grep -q '^#use wml::debian' $$f || continue; \
g=`echo "$$f" | sed -e 's,$(TEMPLDIR),\$$(TEMPLDIR),'`; \
grep '^#use wml::debian' $$f |\

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