[PATCH] Ignore user-manual_es.html

Dirk Hohndel dirk at hohndel.org
Sun Jun 8 07:27:47 PDT 2014


On Sun, Jun 08, 2014 at 09:40:53AM +0200, Cristian Ionescu-Idbohrn wrote:
> On Sun, 8 Jun 2014, Dirk Hohndel wrote:
> > On Sat, Jun 07, 2014 at 11:01:17PM +0200, Cristian Ionescu-Idbohrn wrote:
> > >
> > > Some 'clean' Makefile target should remove the generated
> > > user-manual_es.html too.
> >
> > make clean in Documentation removes all the created files.
> 
> So it does :)
> 
> Still, I was somehow expecting that 'make clean' in topdir would chain
> to 'clean' in Documentation, the same way 'make' in topdir generates
> files in Documentation.

Good point.

Thiago, there are two things with qmake where I need help:

a) make clean should make clean in Documentation

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?

/D


More information about the subsurface mailing list