mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
e25fa34c1e
2002-06-01 John Fleck <jfleck@inkstain.net> * Makefile.am * configure.in remove old help docs from build
54 lines
1 KiB
Makefile
54 lines
1 KiB
Makefile
include $(top_srcdir)/Makefile.shared
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DESKTOP_IN_FILES=nautilus.desktop.in
|
|
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
|
|
|
|
SUBDIRS = \
|
|
libnautilus \
|
|
cut-n-paste-code \
|
|
libbackground \
|
|
libnautilus-private \
|
|
libnautilus-adapter \
|
|
src \
|
|
test \
|
|
components \
|
|
po \
|
|
data \
|
|
icons \
|
|
docs \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST= \
|
|
COPYING.LIB \
|
|
COPYING-DOCS \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
nautilus.spec.in \
|
|
nautilus.desktop \
|
|
nautilus.desktop.in \
|
|
gnome-starthere-96.png \
|
|
gnome-starthere.png \
|
|
ChangeLog-20000414 \
|
|
ChangeLog-20000625 \
|
|
ChangeLog-20000831 \
|
|
ChangeLog-20001018 \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
Makefile.shared \
|
|
add-include-prefix \
|
|
$(DESKTOP_IN_FILES) \
|
|
$(DESKTOP_FILES) \
|
|
$(NULL)
|
|
|
|
appicondir = $(datadir)/pixmaps
|
|
appicon_DATA = gnome-starthere-96.png \
|
|
gnome-starthere.png
|
|
|
|
Applicationsdir = $(datadir)/applications
|
|
Applications_DATA = $(DESKTOP_FILES)
|
|
|
|
dist-hook: nautilus.spec
|
|
cp nautilus.spec $(distdir)
|