mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
another doc fix
Original commit message from CVS: another doc fix
This commit is contained in:
parent
d4b79188e8
commit
74e6ce0a7b
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ uninstall-local:
|
|||
rm -f $(DESTDIR)$(TARGET_DIR)/style.css; \
|
||||
fi; \
|
||||
fi)
|
||||
if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi
|
||||
if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi; true
|
||||
|
||||
#
|
||||
# Require gtk-doc when making dist
|
||||
|
|
Loading…
Reference in a new issue