summaryrefslogtreecommitdiff
path: root/check-headers-in-Makefile.pl
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-12-01 02:30:15 +0000
committerDarin Adler <darin@src.gnome.org>2000-12-01 02:30:15 +0000
commit639749bcd37f6694a5b951e5dfce572196bf692b (patch)
tree2e74239c84fa852851859711fd777af94b51c818 /check-headers-in-Makefile.pl
parenta14aaa5bae1735f663c9c9b34ee5d8e29a5153c5 (diff)
downloadnautilus-639749bcd37f6694a5b951e5dfce572196bf692b.tar.gz
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.
Diffstat (limited to 'check-headers-in-Makefile.pl')
-rwxr-xr-xcheck-headers-in-Makefile.pl2
1 files changed, 2 insertions, 0 deletions
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',