diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq/Makefile.am | 3 | ||||
-rw-r--r-- | doc/hackersguide/Makefile.am | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index f3819648b..1565f5cae 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -8,8 +8,7 @@ docsdir = $(prefix)/share/doc/xine/faq docs: $(docs_DATA) -distclean-generic: clean-docs - -rm -f Makefile $(CONFIG_CLEAN_FILES) +distclean-local: clean-docs docs-prepare: $(srcdir)/faq.sgml if test "$(srcdir)" != "." ; then \ diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 4b80c2d79..915adbef6 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -18,8 +18,7 @@ docsdir = $(prefix)/share/doc/xine/hackersguide docs: $(docs_DATA) -distclean-generic: clean-docs - -rm -f Makefile $(CONFIG_CLEAN_FILES) +distclean-local: clean-docs docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml) $(wildcard *.fig)) if test "$(srcdir)" != "." ; then \ |