summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:39:52 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:39:52 +0200
commit3384501fddd058d34ea28d26b637566aaede63b8 (patch)
tree39a7bb544b2f4f442df74f421f9a678a8283b53a
parenta1cebdf816465524b3bd9933f13c809a6f212700 (diff)
downloadxine-lib-3384501fddd058d34ea28d26b637566aaede63b8.tar.gz
xine-lib-3384501fddd058d34ea28d26b637566aaede63b8.tar.bz2
Remove the copy of original sgml files.
-rw-r--r--doc/hackersguide/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index b147501e9..03a634038 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -24,16 +24,8 @@ docs: $(hackersguide_DATA)
distclean-local: clean-docs
-docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml))
- if test "$(srcdir)" != "." -a "$(srcdir)" != "`pwd`"; then \
- for file in $(hackersguide_sgml) ; do \
- test -f ./$$file -a ./$$file -nt $(srcdir)/$$file || cp $(srcdir)/$$file .; \
- done ; \
- fi
-
clean-docs:
rm -f $(hackersguide_DATA)
- test "x$(srcdir)" = x. || rm -f $(hackersguide_sgml) *.fig
dist-hook:
@if test x"$(distcheck_lax)" = x ; then \