From 85ab9da07bcb6b2336d03e311a55f2e0c90bbd46 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 27 Oct 2003 11:13:55 +0000 Subject: * removing README.dxr3_pl (it was the only translated file of the READMEs and was more than half a year old - translators already have enough to do) * simplifying Makefiles * small README reorg CVS patchset: 5613 CVS date: 2003/10/27 11:13:55 --- doc/hackersguide/Makefile.am | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'doc/hackersguide') diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index b4cfa2228..9a07e8e68 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -8,38 +8,17 @@ hackersguide_sgml = hackersguide.sgml \ stream.sgml \ output.sgml -docs_DOCS = hackersguide.html architecture.png library.png overlays.png +docs_DATA = hackersguide.html architecture.png library.png overlays.png EXTRA_DIST = README $(hackersguide_sgml) architecture.fig library.fig overlays.fig -docdir = $(prefix)/share/doc/xine/hackersguide - -install-data-local: - @documentations='$(docs_DOCS)'; \ - for doc in $$documentations; do \ - destdir=$(DESTDIR)$(docdir); \ - name=`echo $$doc` \ - dir=$$destdir; \ - $(mkinstalldirs) $$dir; \ - $(INSTALL_DATA) $$doc $$dir/$$name; \ - echo "installing $$doc as $$dir/$$name"; \ - done - -uninstall-local: - @documentations='$(docs_DOCS)'; \ - for doc in $$documentations; do \ - destdir=$(DESTDIR)$(docdir); \ - name=`echo $$doc` \ - dir=$$destdir; \ - rm -f $$dir/$$name; \ - echo "removing $$dir/$$name" ; \ - done - -docs: $(docs_DOCS) +docsdir = $(prefix)/share/doc/xine/hackersguide + +docs: $(docs_DATA) dist-hook: @make fail_if_missing=yes docs - cp $(docs_DOCS) $(distdir) + cp $(docs_DATA) $(distdir) hackersguide.html: $(hackersguide_sgml) @if test "$(SGMLTOOLS)" != "no"; then \ -- cgit v1.2.3