]> code.delx.au - pulseaudio/commitdiff
build: Add .gitignore files to EXTRA_DIST.
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 6 Oct 2012 12:05:08 +0000 (15:05 +0300)
committerColin Guthrie <colin@mageia.org>
Sun, 4 Nov 2012 09:07:31 +0000 (10:07 +0100)
As a packager, I want to be able to do "git format-patch
v3.0..origin/master" and I want the generated patches to apply cleanly
against the 3.0 tarball. The patches don't currently apply cleanly if
there are any changes to the .gitignore files, because the .gitignore
files are not shipped in the tarball. This patch fixes that problem.

Makefile.am

index 8a94a7c96208228a21f257c31e8d1985453c0252..e4bfbe55ecb9dc8b1954c755aca2a2567168edd9 100644 (file)
@@ -31,7 +31,15 @@ EXTRA_DIST = \
        vala/libpulse.deps \
        vala/libpulse.vapi \
        vala/libpulse-mainloop-glib.deps \
-       vala/libpulse-mainloop-glib.vapi
+       vala/libpulse-mainloop-glib.vapi \
+       .gitignore \
+       doxygen/.gitignore \
+       m4/.gitignore \
+       man/.gitignore \
+       po/.gitignore \
+       src/.gitignore \
+       src/daemon/.gitignore \
+       src/pulse/.gitignore
 
 SUBDIRS = src doxygen man po