[gnome-applets] git.mk: update for better .gitignore generation
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] git.mk: update for better .gitignore generation
- Date: Wed, 27 Aug 2014 23:38:31 +0000 (UTC)
commit f95ea81569dcfaa5cb0bea689398b5c66d84bcde
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Fri Jul 4 16:10:08 2014 +0300
git.mk: update for better .gitignore generation
git.mk | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/git.mk b/git.mk
index d88d409..7e314ba 100644
--- a/git.mk
+++ b/git.mk
@@ -93,18 +93,26 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
xml html \
; do echo /$$x; done; \
fi; \
- if test "x$(DOC_MODULE)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
+ if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
for x in \
$(_DOC_C_DOCS) \
$(_DOC_LC_DOCS) \
$(_DOC_OMF_ALL) \
$(_DOC_DSK_ALL) \
$(_DOC_HTML_ALL) \
+ $(_DOC_MOFILES) \
$(_DOC_POFILES) \
"*/.xml2po.mo" \
"*/*.omf.out" \
; do echo /$$x; done; \
fi; \
+ if test "x$(HELP_ID)" = x -o "x$(HELP_LINGUAS)" = x; then :; else \
+ for x in \
+ $(_HELP_LC_FILES) \
+ $(_HELP_LC_STAMPS) \
+ $(_HELP_MOFILES) \
+ ; do echo /$$x; done; \
+ fi; \
if test -f $(srcdir)/po/Makefile.in.in; then \
for x in \
po/Makefile.in.in \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]