mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Changed so only a warning is given if ScrollKeeper is not installed.
2001-02-20 Dan Mueth <dan@eazel.com> * user-guide/C/Makefile.am: Changed so only a warning is given if ScrollKeeper is not installed.
This commit is contained in:
parent
3b7d88733d
commit
df7574e9d6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-02-20 Dan Mueth <dan@eazel.com>
|
||||
|
||||
* user-guide/C/Makefile.am: Changed so only a warning is
|
||||
given if ScrollKeeper is not installed.
|
||||
|
||||
2001-02-20 Mike Fleming <mfleming@eazel.com>
|
||||
|
||||
reviewed by: <ian@eazel.com>
|
||||
|
|
|
@ -15,7 +15,7 @@ EXTRA_DIST = $(OMFFILE)
|
|||
all: omf
|
||||
|
||||
omf: $(OMFFILE)
|
||||
which scrollkeeper-preinstall >/dev/null 2>&1 && scrollkeeper-preinstall $(DESTDIR)$(TARGET_DIR)$(SGMLFILE) $(OMFFILE) $(OMF_DIR)/$(OMFFILE)
|
||||
-scrollkeeper-preinstall $(DESTDIR)$(TARGET_DIR)$(SGMLFILE) $(OMFFILE) $(OMF_DIR)/$(OMFFILE)
|
||||
|
||||
|
||||
install-data-local:
|
||||
|
|
Loading…
Reference in a new issue