Skip to content

Commit

Permalink
add git.mk to autogenerate .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Jan 9, 2019
1 parent c3cad38 commit 683d5cf
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ ChangeLog:
dist: ChangeLog

.PHONY: ChangeLog

-include $(top_srcdir)/git.mk
2 changes: 2 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ SUBDIRS = man creating_themes

EXTRA_DIST=theme-format.txt marco-theme.dtd dialogs.txt code-overview.txt \
how-to-get-focus-right.txt

-include $(top_srcdir)/git.mk
2 changes: 2 additions & 0 deletions doc/creating_themes/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ HELP_LINGUAS =




-include $(top_srcdir)/git.mk
2 changes: 2 additions & 0 deletions doc/man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ man_MANS = marco.1 marco-theme-viewer.1 \
marco-window-demo.1 marco-message.1

EXTRA_DIST = $(man_MANS)

-include $(top_srcdir)/git.mk
Loading

0 comments on commit 683d5cf

Please sign in to comment.