author | Tim Landscheidt <tim@tim-landscheidt.de> | 2010年06月28日 14:22:18 +0000 |
---|---|---|
committer | Tim Landscheidt <tim@tim-landscheidt.de> | 2010年07月07日 23:45:26 +0000 |
commit | c4a183d84eaa2ae00730fffab2a6a17a5146f255 (patch) | |
tree | c41b12dbb1911a8c73de6d4ed842a5fcb8efc2e5 | |
parent | bd8020adbb2559c152a12ed66b6ea0d1a05871e3 (diff) | |
download | emms-autotools.tar.gz |
-rw-r--r-- | .gitignore | 15 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | doc/.gitignore | 18 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/emms-print-metadata.1 (renamed from emms-print-metadata.1) | 0 | ||||
-rw-r--r-- | lisp/.gitignore | 5 | ||||
-rw-r--r-- | src/.gitignore | 5 |
@@ -1,23 +1,12 @@ -# Files that we ignore when using git. - -*.elc *~ +/Makefile +/Makefile.in /aclocal.m4 /autom4te.cache /config.log /config.status /configure -/doc/emms.html -/doc/emms.info /emms-*.tar.gz /emms-*.tar.gz.sig /emms-*.zip /emms-*.zip.sig -/lisp/elc-stamp -/lisp/emms-auto.el -/lisp/emms-autoloads.el -/src/.deps/ -/src/emms-print-metadata -/src/emms-print-metadata.o -Makefile -Makefile.in diff --git a/Makefile.am b/Makefile.am index eb97f0d..21e838c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = doc lisp src dist_doc_DATA = README FAQ -dist_man_MANS = emms-print-metadata.1 EXTRA_DIST = RELEASE TODO dist-hook: diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..79e7620 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,18 @@ +/Makefile +/Makefile.in +/emms.aux +/emms.cp +/emms.cps +/emms.fn +/emms.fns +/emms.html +/emms.info +/emms.ky +/emms.kys +/emms.log +/emms.pdf +/emms.pg +/emms.toc +/emms.tp +/emms.vr +/emms.vrs diff --git a/doc/Makefile.am b/doc/Makefile.am index e635e8d..22ace81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,3 +2,5 @@ info_TEXINFOS = emms.texinfo emms_TEXINFOS = fdl.texi gpl.texi + +dist_man_MANS = emms-print-metadata.1 diff --git a/emms-print-metadata.1 b/doc/emms-print-metadata.1 index cd1149f..cd1149f 100644 --- a/emms-print-metadata.1 +++ b/doc/emms-print-metadata.1 diff --git a/lisp/.gitignore b/lisp/.gitignore new file mode 100644 index 0000000..5e5dfe0 --- /dev/null +++ b/lisp/.gitignore @@ -0,0 +1,5 @@ +/*.elc +/Makefile +/Makefile.in +/elc-stamp +/emms-autoloads.el diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..89f20af --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +/.deps/ +/Makefile +/Makefile.in +/emms-print-metadata +/emms-print-metadata.o |