File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ ifneq ("$(wildcard doc/Doxyfile)", "")
288
288
ifneq ("$(shell which doxygen) ", "")
289
289
.PHONY : doc
290
290
doc :
291
- @${RM} TGUI-doc. *
291
+ @${RM} " $( DOC_NAME ) .* "
292
292
@doxygen doc/Doxyfile
293
293
@ (cd doc/gen/html; zip -r9 ../../../" $( DOC_NAME) .zip" * )
294
294
ifneq ("$(shell which pdflatex) ", "")
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PROJECT_NUMBER =
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "Text-GUI-Library - A C++11 alternative for ncurses "
47
+ PROJECT_BRIEF = "Text-GUI-Library - A C++11 alternative for ncurses"
48
48
49
49
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50
50
# in the documentation. The maximum height of the logo should not exceed 55
You can’t perform that action at this time.
0 commit comments