bug-gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gforth] [bug #46721] Documentation build rules fail in out-of-tree


From: anonymous
Subject: [Bug-gforth] [bug #46721] Documentation build rules fail in out-of-tree build
Date: Sat, 19 Dec 2015 18:00:52 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0

URL:
  <http://savannah.gnu.org/bugs/?46721>

                 Summary: Documentation build rules fail in out-of-tree build
                 Project: Gforth
            Submitted by: None
            Submitted on: Sa 19 Dez 2015 18:00:51 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Trying to build all the doc/* files from the top-level makefile, using rules
like

doc/filename: doc/source
    cd doc ; { do something }

is quite completely incompatible with out-of-tree builds.  None of the
dependencies will be found, nor will the commands themselves actually find
their inputs.  And because of the 'cd', autoconf's $(srcdir) or $(top_srcdir)
wouldn't help, either, even if they were applied.

There really should be a separate doc/Makefile.in, I think.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46721>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]