X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-trellis%2Fdoc%2FMakefile.am;h=559d271dca5b0a5a0539a6a4fce26fd3118d83c7;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=5ac7487b18b5655f8fac7f9cb725ca1b7804594b;hpb=b78ae1de4d9bbde942e5e7556630d7ccd8161c30;p=debian%2Fgnuradio diff --git a/gr-trellis/doc/Makefile.am b/gr-trellis/doc/Makefile.am index 5ac7487b..559d271d 100644 --- a/gr-trellis/doc/Makefile.am +++ b/gr-trellis/doc/Makefile.am @@ -1,11 +1,11 @@ # -# Copyright 2004,2005 Free Software Foundation, Inc. +# Copyright 2004,2005,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -21,8 +21,6 @@ include $(top_srcdir)/Makefile.common -docdir=$(prefix)/share/doc/@PACKAGE@-@VERSION@ - HTML_FILES = if HAS_XMLTO @@ -42,27 +40,19 @@ EXTRA_DIST = \ BUILT_XML_FILES = +htmldocdir = $(gr_docdir)/html +htmldoc_DATA = $(HTML_FILES) + # ---------------------------------------------------------------- gr-trellis.html : gr-trellis.xml xmlto html-nochunks $(top_srcdir)/gr-trellis/doc/gr-trellis.xml -%.xml : % make_numbered_listing.py - ./make_numbered_listing.py $< - -install-data-local: - mkdir -p $(DESTDIR)$(docdir)/html - @for i in $(HTML_FILES); do \ - echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html"; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html; \ - done +test_tcm.py.xml : test_tcm.py make_numbered_listing.py + $(srcdir)/make_numbered_listing.py $< -uninstall-local: - @for i in $(HTML_FILES); do \ - echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \ - $(RM) $(DESTDIR)$(docdir)/$$i; \ - done - $(RM) -fr $(DESTDIR)$(docdir)/html +test_viterbi_equalization1.py.xml : test_viterbi_equalization1.py make_numbered_listing.py + $(srcdir)/make_numbered_listing.py $< clean-local: $(RM) -fr $(HTML_FILES) *~