Changeset 4022

Show
Ignore:
Timestamp:
11/25/06 08:15:05
Author:
gdt
Message:

Use paths with $(top_srcdir) so that builds from other than source dirs work.
(Corrects problem I introduced when removing pattern rules.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/gr-trellis/doc/Makefile.am

    r4020 r4022  
    4646 
    4747gr-trellis.html : gr-trellis.xml 
    48         xmlto html-nochunks gr-trellis.xml 
     48        xmlto html-nochunks $(top_srcdir)/gr-trellis/doc/gr-trellis.xml 
    4949 
    5050%.xml : % make_numbered_listing.py 
  • gnuradio/trunk/usrp/doc/Makefile.am

    r4018 r4022  
    5353 
    5454usrp_guide.html: usrp_guide.xml 
    55         xmlto html-nochunks usrp_guide.xml 
     55        xmlto html-nochunks $(top_srcdir)/usrp/doc/usrp_guide.xml 
    5656 
    5757install-data-local: