not part of build; fixing Makefile rules to have TABS, r=hewitt

This commit is contained in:
axel%pike.org 2001-02-15 21:34:12 +00:00
Родитель 43c3d8fb6b
Коммит b02ead1400
2 изменённых файлов: 4 добавлений и 41 удалений

Просмотреть файл

@ -31,7 +31,7 @@ DIRS=content skin locale
include $(topsrcdir)/config/rules.mk
chrome::
$(REGCHROME) content inspector inspector.jar
$(REGCHROME) locale en-US/inspector inspector.jar
$(REGCHROME) skin modern/inspector inspector.jar
$(REGCHROME) skin classic/inspector inspector.jar
$(REGCHROME) content inspector inspector.jar
$(REGCHROME) locale en-US/inspector inspector.jar
$(REGCHROME) skin modern/inspector inspector.jar
$(REGCHROME) skin classic/inspector inspector.jar

Просмотреть файл

@ -1,37 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH=../../../..
topsrcdir=@top_srcdir@
srcdir=@srcdir@
VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk
install::
$(INSTALL) $(srcdir)/inspector-history.rdf $(DIST)/bin/chrome/inspector
$(INSTALL) $(srcdir)/inspector-prefs.rdf $(DIST)/bin/chrome/inspector
$(INSTALL) $(srcdir)/viewer-registry.rdf $(DIST)/bin/chrome/inspector
$(INSTALL) $(srcdir)/search-registry.rdf $(DIST)/bin/chrome/inspector
$(INSTALL) $(srcdir)/prefs/inspector.js $(DIST)/bin/defaults/pref
include $(topsrcdir)/config/rules.mk