Skip to content

Commit

Permalink
Ignore files created by hotdoc (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDuponchelle authored and behdad committed Aug 11, 2016
1 parent 57f7ab1 commit 54663da
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion git.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GIT_MK_URL = https://raw.githubusercontent.com/behdad/git.mk/master/git.mk
#
# This file knows how to handle autoconf, automake, libtool, gtk-doc,
# gnome-doc-utils, yelp.m4, mallard, intltool, gsettings, dejagnu, appdata,
# appstream.
# appstream, hotdoc.
#
# This makefile provides the following targets:
#
Expand Down Expand Up @@ -209,6 +209,15 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
"*/*.omf.out" \
; do echo /$$x; done; \
fi; \
if test "x$(HOTDOC)" = x; then :; else \
$(foreach project, $(HOTDOC_PROJECTS),echo "/$(call HOTDOC_TARGET, $(project))"; \
echo "/$(shell $(HOTDOC) $($(project)_HOTDOC_FLAGS) --get-conf-path output)"; \
echo "/$(shell $(HOTDOC) $($(project)_HOTDOC_FLAGS) --get-private-folder)"; \
) \
for x in \
.hotdoc.d \
; do echo "/$$x"; done; \
fi; \
if test "x$(HELP_ID)" = x -o "x$(HELP_LINGUAS)" = x; then :; else \
for lc in $(HELP_LINGUAS); do \
for x in \
Expand Down

0 comments on commit 54663da

Please sign in to comment.