On Friday 21 March 2003 22.33, Jason Harris wrote: > Sorry, the script was still wrong. kdeedu/doc/kstars/Makefile.am now looks > like this: > -------------------------------------- > KDE_LANG = en > KDE_DOCS = AUTO > docs-am: docs-ks index.cache.bz2 > > docs-ks: > if test `echo $(VERSION) | cut -f 2 -d .` = 0; \ > then \ > cp -f index3.0.docbook index.docbook; \ > else \ > cp -f index3.1.docbook index.docbook; \ > fi; > -----------------------------------------
Well, I once wrote a shell script that nearly did what I wanted. In any case, you can relax and just test for 3.1 *or better* - the 3.1 version will work on HEAD, and we'll be keeping the 3.1 DTD around this time. This is what we should have done for 3.0 -> 3.1, it was purely an oversight or this wouldn't have happened in the first place. It's not a problem in this case if there is a duplicate index.docbook around, since your content is all in separate files, so this is probably the most workable solution that anyone's come up with so far. Regards, -- Lauri Watts KDE Documentation: http://i18n.kde.org/doc/ KDE on FreeBSD: http://freebsd.kde.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature Url : http://mail.kde.org/pipermail/kde-doc-english/attachments/20030322/e420b669/attachment.sig
