Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Add git.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Apr 11, 2015
1 parent 9ac3459 commit 85456ab
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 21 deletions.
88 changes: 67 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,68 @@
aclocal.m4
autom4te.cache
compile
config.h
config.h.in
config.log
config.status
configure
depcomp
.deps
fontview
*.gmo
INSTALL
install-sh
Makefile
Makefile.in
Makefile.in.in
missing
*.o
POTFILES
stamp-h1
stamp-it
.deps
/*.bak
/*.gcda
/*.gcno
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.dirstamp
/.gitignore
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/ar-lib
/autom4te.cache
/autoscan.log
/compile
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.lt
/config.status
/config.status.lineno
/config.sub
/configure
/configure.lineno
/configure.scan
/data/Makefile.in
/depcomp
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/po/*.gmo
/po/*.header
/po/*.mo
/po/*.sed
/po/*.sin
/po/.intltool-merge-cache
/po/Makefile
/po/Makefile.in
/po/Makefile.in.in
/po/Makefile.in.in~
/po/Makevars.template
/po/POTFILES
/po/Rules-quot
/po/fontview.pot
/po/stamp-it
/so_locations
/src/Makefile.in
/stamp-h1
/tags
/test-driver
/ylwrap
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = $(desktop_in_files)

@INTLTOOL_DESKTOP_RULE@

MAINTAINERCLEANFILES = \
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)

-include $(top_srcdir)/git.mk
2 changes: 2 additions & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
dist_pkgdata_DATA =

-include $(top_srcdir)/git.mk
Loading

0 comments on commit 85456ab

Please sign in to comment.