From 639749bcd37f6694a5b951e5dfce572196bf692b Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Fri, 1 Dec 2000 02:30:15 +0000 Subject: Ran check-headers-in-Makefile since we had some problems with that lately. I guess the Tinderbox is the new way to catch these problems but I couldn't resist fixing them the old way too. * check-headers-in-Makefile.pl: Added some more special cases in here to make it work better. * components/services/install/nautilus-view/Makefile.am: Marked the unused files in here as "noinst_HEADERS" as a hack to make the script happy. We should delete the files at some point if we decide we aren't ever using them. * components/loser/content/.cvsignore: * components/loser/sidebar/.cvsignore: * components/mozilla/.cvsignore: * components/sample/.cvsignore: * components/services/install/command-line/.cvsignore: * libnautilus/.cvsignore: * src/.cvsignore: * src/file-manager/.cvsignore: Removed all the .xml.h files because they aren't put in these directories any more so they don't need to be ignored. If you have the files still and the cvs warnings bother you, you can delete them. --- check-headers-in-Makefile.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check-headers-in-Makefile.pl') diff --git a/check-headers-in-Makefile.pl b/check-headers-in-Makefile.pl index 3c41f5c20..ed6694cc2 100755 --- a/check-headers-in-Makefile.pl +++ b/check-headers-in-Makefile.pl @@ -33,7 +33,9 @@ my @directories = ("."); my %exceptions = ( + '$(APPLETS_SUBDIRS)' => 'applets', '$(AUTHENTICATE_HELPER_SUBDIRS)' => 'authenticate', + '$(INSTALL_SERVICE)' => 'install', '$(MOZILLA_COMPONENT_SUBDIRS)' => 'mozilla', '$(NULL)' => '', '$(RPMVIEW_COMPONENT_SUBDIRS)' => 'rpmview', -- cgit v1.2.1