Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3167 in orxonox.OLD for orxonox/trunk/gui/Makefile.in


Ignore:
Timestamp:
Dec 13, 2004, 2:56:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: it is now possible to autogenerate the documentation out of /trunk with make doc.
The documentation will be moved to the folder doc/html and doc/latex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/Makefile.in

    r3144 r3167  
    216216          esac; \
    217217        done; \
    218         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gui/Makefile'; \
     218        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  gui/Makefile'; \
    219219        cd $(top_srcdir) && \
    220           $(AUTOMAKE) --gnu  gui/Makefile
     220          $(AUTOMAKE) --foreign  gui/Makefile
    221221.PRECIOUS: Makefile
    222222Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.