mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
trying to make distclean work
Original commit message from CVS: trying to make distclean work
This commit is contained in:
parent
970e58ebd3
commit
e6bc49711b
1 changed files with 6 additions and 0 deletions
|
@ -106,8 +106,14 @@ html: sgml
|
|||
clean-local:
|
||||
rm -rf *~ *.bak *.signals *-unused.txt *.args *.o *.lo .libs sgml html
|
||||
|
||||
# FIXME : thomas added all sgml files and some other things to make
|
||||
# make distcheck work
|
||||
distclean-local: clean
|
||||
rm -rf $(DOC_MODULE)-decl-list.txt
|
||||
rm -rf gstreamer-*.txt
|
||||
rm -rf tmpl/*.sgml
|
||||
rm gstreamer.hierarchy
|
||||
rm *.stamp
|
||||
|
||||
install-data-local: html/book1.html
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
|
||||
|
|
Loading…
Reference in a new issue