Issue 76225

Summary: Create dependency to hid.lst when compiling help files
Product: documentation Reporter: frank.thomas.peters
Component: Online helpAssignee: kla <thomas.klarhoefer>
Status: CLOSED FIXED QA Contact: issues@documentation <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 2.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description frank.thomas.peters 2007-04-10 10:15:09 UTC
Ause suggests to change in helpcontent2/util/target.pmk (1 line)

$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES)
$(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i)
$(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
$(COMMONMISC)$/xhp_changed.flag

to 

$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES)
$(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i)
$(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
$(COMMONMISC)$/xhp_changed.flag $(PRJ)$/helpers$/hid.lst
Comment 1 frank.thomas.peters 2007-10-02 10:15:42 UTC
changed in hcshared12
Comment 2 Uwe Fischer 2007-11-07 08:37:23 UTC
Please verify in CWS hcshared12
Comment 3 frank.thomas.peters 2007-11-07 13:55:35 UTC
Uwe, Thomas can probably not verify this one easily.

To verify:
 after updating the hid.lst a help "build" must rebuild to reflect changes
 in the new hid.lst

Before that, the compiler did not know when the hid.lst was updated
and did not rebuild the corresponding files- resulting in, e.g., missing
extended tips.

For now, I checked the file content and cvs status of that file.
The module seems to build okay.

So I set this to verified.
Comment 4 frank.thomas.peters 2008-01-07 10:32:30 UTC
No reported build problems for master.
Closing