Skip to content

Commit 67aaa76

Browse files
committed
Tiny Makefile fix
1 parent 7c070b4 commit 67aaa76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ ifneq ("$(wildcard doc/Doxyfile)", "")
288288
ifneq ("$(shell which doxygen)", "")
289289
.PHONY: doc
290290
doc:
291-
@${RM} TGUI-doc.*
291+
@${RM} "$(DOC_NAME).*"
292292
@doxygen doc/Doxyfile
293293
@(cd doc/gen/html; zip -r9 ../../../"$(DOC_NAME).zip" *)
294294
ifneq ("$(shell which pdflatex)", "")

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER =
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = "Text-GUI-Library - A C++11 alternative for ncurses "
47+
PROJECT_BRIEF = "Text-GUI-Library - A C++11 alternative for ncurses"
4848

4949
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050
# in the documentation. The maximum height of the logo should not exceed 55

0 commit comments

Comments
 (0)