nautilus/omf-install/Makefile.am
Dan Mueth 718f60cae7 Left-justifying the labels in the help sidebar. Also changed strings to
2001-04-24  Dan Mueth  <dan@eazel.com>

        Left-justifying the labels in the help sidebar.
        Also changed strings to remove colons ":".
        Bug#: 8123

        * components/help/hyperbola-nav-tree.c:
        (hyperbola_navigation_tree_new):

        Updating so that 'make install' works right
        and users building RPM's don't get lots of warnings.
        Bug#: 8125

        * omf-install/Makefile.am:

        Changing from "Customer Support" to "Community Support".
        Bug#: 7837

        * src/nautilus-shell-ui.xml:
2001-04-25 03:47:07 +00:00

17 lines
554 B
Makefile

omf_dest_dir=$(datadir)/omf/nautilus
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
-for file in $(srcdir)/*.omf; do \
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
done
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)
uninstall-local:
-for file in $(srcdir)/*.omf; do \
basefile=`basename $$file`; \
rm -f $(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)