Makefile.am

branch
gtkdoc-conversion
changeset 35441
926403b8d4ed
parent 35387
c516874b0d14
parent 35345
bcf28978c4b2
child 35578
e0826e3b631b
child 37059
18f5830bd82c
--- a/Makefile.am	Tue Feb 04 01:33:58 2014 +0530
+++ b/Makefile.am	Tue Feb 04 01:35:06 2014 +0530
@@ -14,15 +14,13 @@
 		intltool-update.in \
 		package_revision.h \
 		pidgin.apspec.in \
-		pidgin.spec.in \
 		pidgin.desktop.in \
 		po/Makefile.mingw \
 		valgrind-suppressions
 
 noinst_HEADERS = config.h package_revision.h
 
-dist-hook: pidgin.spec
-	cp pidgin.spec $(distdir)
+dist-hook:
 	rm $(distdir)/config.h
 
 distcheck-hook: libpurple/plugins/perl/common/Purple.pm pidgin/plugins/perl/common/Pidgin.pm
@@ -45,7 +43,6 @@
 # Ensure ChangeLogs have the correct version
 	head ChangeLog     | grep "^version $(PACKAGE_VERSION) (.*):$$" >/dev/null
 	head ChangeLog.API | grep "^version $(PACKAGE_VERSION):$$" >/dev/null
-	head po/ChangeLog  | grep "^version $(PACKAGE_VERSION)$$" >/dev/null
 
 # Ensure we're working from a tag...
 	test x`hg log -r "tag($(PACKAGE_VERSION))" --template "{node}"` = x`hg id -i --debug`

mercurial