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.
This commit is contained in:
Darin Adler 2000-12-01 02:30:15 +00:00
parent a14aaa5bae
commit 639749bcd3
12 changed files with 44 additions and 20 deletions

View file

@ -1,3 +1,31 @@
2000-11-30 Darin Adler <darin@eazel.com>
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.
2000-11-30 Andy Hertzfeld <andy@eazel.com>
* components/image-viewer/nautilus-image-view.c:
@ -202,7 +230,7 @@
isn't updated when text changes) by implementing forgetting of
file attributes and using it when appropriate.
Also fixed various other bugs cought by testing of these fixes or
Also fixed various other bugs caught by testing of these fixes or
reading the code.
* libnautilus-extensions/nautilus-file.c:

View file

@ -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',

View file

@ -3,4 +3,3 @@
Makefile
Makefile.in
nautilus-content-loser
nautilus-content-loser-ui.xml.h

View file

@ -3,4 +3,3 @@
Makefile
Makefile.in
nautilus-sidebar-loser
nautilus-sidebar-loser-ui.xml.h

View file

@ -3,5 +3,3 @@
Makefile
Makefile.in
nautilus-mozilla-content-view
nautilus-mozilla-ui.xml.h

View file

@ -3,5 +3,3 @@
Makefile
Makefile.in
nautilus-sample-content-view
nautilus-sample-content-view-ui.xml.h

View file

@ -26,8 +26,13 @@ oaf_DATA = nautilus-service-install-view.oafinfo
bin_PROGRAMS = nautilus-service-install-view
nautilus_service_install_view_SOURCES = \
noinst_HEADERS = \
nautilus-service-install.c \
nautilus-service-install.h \
nautilus-service-install-view.h \
$(NULL)
nautilus_service_install_view_SOURCES = \
nautilus-service-install-view.c \
main.c \
$(NULL)

View file

@ -2,11 +2,7 @@
.libs
Makefile
Makefile.in
eazel-alt-install
eazel-gen-xml
eazel-install
eazel-package-query
eazel-query
eazel-revert
eazel-uninstall
eazel-test-packsys
package-list.xml*

View file

@ -26,8 +26,13 @@ oaf_DATA = nautilus-service-install-view.oafinfo
bin_PROGRAMS = nautilus-service-install-view
nautilus_service_install_view_SOURCES = \
noinst_HEADERS = \
nautilus-service-install.c \
nautilus-service-install.h \
nautilus-service-install-view.h \
$(NULL)
nautilus_service_install_view_SOURCES = \
nautilus-service-install-view.c \
main.c \
$(NULL)

View file

@ -14,4 +14,3 @@ nautilus-view-component-stubs.c
nautilus-view-component.h
nautilus_distributed_undo_idl_stamp
nautilus_view_component_idl_stamp
nautilus-clipboard-ui.xml.h

View file

@ -8,5 +8,3 @@ nautilus-shell-interface-skels.c
nautilus-shell-interface-stubs.c
nautilus-shell-interface.h
nautilus_shell_interface_idl_stamp
nautilus-shell-ui.xml.h

View file

@ -4,6 +4,3 @@
*.lo
Makefile
Makefile.in
nautilus-directory-view-ui.xml.h
nautilus-icon-view-ui.xml.h
nautilus-search-list-view-ui.xml.h