Skip to content

Commit 683d5cf

Browse files
yetistraveit65
authored and
raveit65
committed
add git.mk to autogenerate .gitignore files
1 parent c3cad38 commit 683d5cf

File tree

9 files changed

+416
-0
lines changed

9 files changed

+416
-0
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ ChangeLog:
1717
dist: ChangeLog
1818

1919
.PHONY: ChangeLog
20+
21+
-include $(top_srcdir)/git.mk

doc/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ SUBDIRS = man creating_themes
22

33
EXTRA_DIST=theme-format.txt marco-theme.dtd dialogs.txt code-overview.txt \
44
how-to-get-focus-right.txt
5+
6+
-include $(top_srcdir)/git.mk

doc/creating_themes/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ HELP_LINGUAS =
1818

1919

2020

21+
22+
-include $(top_srcdir)/git.mk

doc/man/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ man_MANS = marco.1 marco-theme-viewer.1 \
22
marco-window-demo.1 marco-message.1
33

44
EXTRA_DIST = $(man_MANS)
5+
6+
-include $(top_srcdir)/git.mk

0 commit comments

Comments
 (0)