diff options
author | Darrell Anderson <[email protected]> | 2013-04-18 17:50:50 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-04-18 17:50:50 -0500 |
commit | c54f1984435b01a525b6cd94b25b476982515b48 (patch) | |
tree | df78228a53f354a2ede961f9efeb333c5a3acde3 /am_edit | |
parent | 963fb997850f8ecb5c1c780e19269c37b83f80d2 (diff) | |
download | kchmviewer-c54f1984435b01a525b6cd94b25b476982515b48.tar.gz kchmviewer-c54f1984435b01a525b6cd94b25b476982515b48.zip |
Update files and references in support of bug report 1446.
Diffstat (limited to 'am_edit')
-rw-r--r-- | am_edit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1607,7 +1607,7 @@ sub tag_DOCFILES () } $lookup = 'KDE_XSL_STYLESHEET\s*='; if ($MakefileData !~ /\n($lookup)/) { - $lines .= "KDE_XSL_STYLESHEET=/\$(kde_datadir)/ksgmltools2/customization/kde-chunk.xsl\n"; + $lines .= "KDE_XSL_STYLESHEET=/\$(kde_datadir)/ksgmltools2/customization/tde-chunk.xsl\n"; } $lookup = '\nindex.cache.bz2:'; if ($MakefileData !~ /\n($lookup)/) { @@ -1653,7 +1653,7 @@ sub tag_DOCFILES () $tmp .= "\tdone\n"; if ($appname eq 'common') { $tmp .= "\t\@echo \"merging common and language specific dir\" ;\\\n"; - $tmp .= "\tif test ! -f \$(kde_htmldir)/en/common/kde-common.css; then echo 'no english docs found in \$(kde_htmldir)/en/common/'; exit 1; fi \n"; + $tmp .= "\tif test ! -f \$(kde_htmldir)/en/common/tde-common.css; then echo 'no english docs found in \$(kde_htmldir)/en/common/'; exit 1; fi \n"; $tmp .= "\t\@com_files=`cd \$(kde_htmldir)/en/common && echo *` ;\\\n"; $tmp .= "\tcd \$(DESTDIR)\$(kde_htmldir)/$kdelang/common ;\\\n"; $tmp .= "\tif test -n \"\$\$com_files\"; then for p in \$\$com_files ; do \\\n"; |