mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 07:53:25 +00:00
Make make clean also clean in the doc subdir
Also add reminder comments for creating debug builds on Windows Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
efd8da9b08
commit
d051399229
1 changed files with 7 additions and 1 deletions
|
@ -242,7 +242,9 @@ USERMANUALS = \
|
||||||
|
|
||||||
doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
|
doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
|
||||||
all.depends += doc
|
all.depends += doc
|
||||||
QMAKE_EXTRA_TARGETS += doc all
|
docclean.commands += $(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation ENABLE_PLANNER=$$ENABLE_PLANNER clean
|
||||||
|
QMAKE_EXTRA_TARGETS += doc docclean all
|
||||||
|
CLEAN_DEPS += docclean
|
||||||
|
|
||||||
marbledata.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/marbledata || $(COPY_DIR) $$PWD/marbledata $$OUT_PWD
|
marbledata.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/marbledata || $(COPY_DIR) $$PWD/marbledata $$OUT_PWD
|
||||||
all.depends += marbledata
|
all.depends += marbledata
|
||||||
|
@ -289,3 +291,7 @@ OTHER_FILES += $$DESKTOPFILE $$ICON $$MANPAGE $$XSLT_FILES $$DOC_FILES $$MARBLED
|
||||||
|
|
||||||
include(subsurface-gen-version.pri)
|
include(subsurface-gen-version.pri)
|
||||||
include(subsurface-install.pri)
|
include(subsurface-install.pri)
|
||||||
|
|
||||||
|
# to build debuggable binaries on Windows, you need something like this
|
||||||
|
#QMAKE_CFLAGS_RELEASE=$$QMAKE_CFLAGS_DEBUG -O0 -g
|
||||||
|
#QMAKE_CXXFLAGS_RELEASE=$$QMAKE_CXXFLAGS_DEBUG -O0 -g
|
||||||
|
|
Loading…
Add table
Reference in a new issue