mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Add css and magic* to dist.
Original commit message from CVS: Add css and magic* to dist. Remove CONFIG_CLEAN_FILES that removes doc source on a make distclean.
This commit is contained in:
parent
5092a3bb32
commit
387ae96dd5
2 changed files with 2 additions and 11 deletions
|
@ -13,11 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
|
|||
SRC=$(XML)
|
||||
CSS=base.css
|
||||
|
||||
EXTRA_DIST = $(XML) $(FIGS)
|
||||
|
||||
## FIXME if we don't do this they don't get cleaned up in make distcheck
|
||||
## but maybe this is not the best way to do it
|
||||
CONFIG_CLEAN_FILES = $(XML) $(FIGS)
|
||||
EXTRA_DIST = $(XML) $(FIGS) $(CSS) magic-png magic-pdf
|
||||
|
||||
include $(srcdir)/../manuals.mak
|
||||
|
||||
|
|
|
@ -13,10 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
|
|||
SRC=$(XML)
|
||||
CSS=base.css
|
||||
|
||||
EXTRA_DIST = $(XML) $(FIGS)
|
||||
|
||||
## FIXME if we don't do this they don't get cleaned up in make distcheck
|
||||
## but maybe this is not the best way to do it
|
||||
CONFIG_CLEAN_FILES = $(XML) $(FIGS)
|
||||
EXTRA_DIST = $(XML) $(FIGS) $(CSS) magic-png magic-pdf
|
||||
|
||||
include $(srcdir)/../manuals.mak
|
||||
|
|
Loading…
Reference in a new issue