Issue 76225 - Create dependency to hid.lst when compiling help files
Summary: Create dependency to hid.lst when compiling help files
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: kla
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 10:15 UTC by frank.thomas.peters
Modified: 2008-01-07 10:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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