diff options
author | Darin Adler <darin@src.gnome.org> | 2000-12-01 02:30:15 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-12-01 02:30:15 +0000 |
commit | 639749bcd37f6694a5b951e5dfce572196bf692b (patch) | |
tree | 2e74239c84fa852851859711fd777af94b51c818 /components/loser | |
parent | a14aaa5bae1735f663c9c9b34ee5d8e29a5153c5 (diff) | |
download | nautilus-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 'components/loser')
-rw-r--r-- | components/loser/content/.cvsignore | 1 | ||||
-rw-r--r-- | components/loser/sidebar/.cvsignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/components/loser/content/.cvsignore b/components/loser/content/.cvsignore index adb3fc7da..c4132b841 100644 --- a/components/loser/content/.cvsignore +++ b/components/loser/content/.cvsignore @@ -3,4 +3,3 @@ Makefile Makefile.in nautilus-content-loser -nautilus-content-loser-ui.xml.h diff --git a/components/loser/sidebar/.cvsignore b/components/loser/sidebar/.cvsignore index 9d76a6d15..8ff625658 100644 --- a/components/loser/sidebar/.cvsignore +++ b/components/loser/sidebar/.cvsignore @@ -3,4 +3,3 @@ Makefile Makefile.in nautilus-sidebar-loser -nautilus-sidebar-loser-ui.xml.h |