[Bug documentation/27803] New: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed during cleaning but not rebuilt

ddstreet at canonical dot com sourceware-bugzilla@sourceware.org
Thu Apr 29 22:26:19 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27803

            Bug ID: 27803
           Summary: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed
                    during cleaning but not rebuilt
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: documentation
          Assignee: systemtap at sourceware dot org
          Reporter: ddstreet at canonical dot com
  Target Milestone: ---

The file "doc/SystemTap_Tapset_Reference/tapsets.pdf" is included in the make
target "clean-generic", since it's included in $CLEANFILES, along with
tapsets.xml

However, unlike tapsets.xml, there is no rule to remake this file, so after
cleaning the build will fail since tapsets.pdf doesn't exist.

It appears to be built from the scripts/update-docs script, but nothing in the
build actually calls that, that I can find.

Should tapsets.pdf get rebuild during the build, or should it be removed from
$CLEANFILES

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list