diff options
Diffstat (limited to 'gr-trellis')
-rw-r--r-- | gr-trellis/doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/doc/Makefile.am b/gr-trellis/doc/Makefile.am index 5881a02a7..c78902c30 100644 --- a/gr-trellis/doc/Makefile.am +++ b/gr-trellis/doc/Makefile.am @@ -44,8 +44,8 @@ BUILT_XML_FILES = # ---------------------------------------------------------------- -%.html : %.xml - xmlto html-nochunks $< +gr-trellis.html : gr-trellis.xml + xmlto html-nochunks gr-trellis.xml %.xml : % make_numbered_listing.py ./make_numbered_listing.py $< |