[PATCH] Ignore user-manual_es.html

Thiago Macieira thiago at macieira.org
Sun Jun 8 10:16:06 PDT 2014


Em dom 08 jun 2014, às 07:27:47, Dirk Hohndel escreveu:
> Thiago, there are two things with qmake where I need help:
> 
> a) make clean should make clean in Documentation

Patch attached.

It's a matter of adding a target to CLEAN_DEPS.

> b) on the Mac the user-manual.html in the bundle depends on the
> user-manual.html in Documentation (and the same for the Spanish version).
> Yet nothing in the Makefile tells make that user-manual*.html can be
> created by running make doc
> 
> So on Linux, when you run make, it sees the
> all: doc
> dependency and runs make doc which creates the html files.
> 
> But on Mac, when scanning its dependencies, it sees that it needs
> Documentation/user-manual*.html for the corresponding files in the bundle
> and then aborts complaining that it doesn't know how to make them.
> 
> I tried a dozen different ways to tell it to just run make doc to create
> those user-manual*.html files but none of them had any effect.
> 
> qmake documentation is really extremely weak.
> 
> Can you help?

This one I'll need to ssh into my Mac to take a look and test. We might be 
able to trick qmake into adding the dependency by adding a new target to 
QMAKE_EXTRA_TARGETS, with the target's name equal to the expected file name.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-make-clean-also-clean-in-the-doc-subdir.patch
Type: text/x-patch
Size: 1405 bytes
Desc: not available
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20140608/af9616ef/attachment.bin>


More information about the subsurface mailing list