From: Niki Roo Date: Tue, 2 Jul 2024 15:43:36 +0000 (+0200) Subject: Merge branch 'c-master' of git.nikiroo.be:workspace/template X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=d8ab76ab75b757833efe68fcbaeb3480ae4d84a5;p=nsub.git Merge branch 'c-master' of git.nikiroo.be:workspace/template --- d8ab76ab75b757833efe68fcbaeb3480ae4d84a5 diff --cc Doxyfile index 6c00ef9,cd944e0..cdf7b0d --- a/Doxyfile +++ b/Doxyfile @@@ -1,5 -1,14 +1,14 @@@ # Doxyfile 1.8.13 + # Minimum required fields: -PROJECT_NAME = "Program name" -PROJECT_BRIEF = "Small description" -INPUT = src/xxx ++PROJECT_NAME = "NSub" ++PROJECT_BRIEF = "Subtitle/lyrics conversion tool" ++INPUT = src/nsub + STRIP_FROM_PATH = src + OPTIMIZE_OUTPUT_FOR_C = YES + OPTIMIZE_OUTPUT_JAVA = NO + FILE_PATTERNS = *.h + # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # diff --cc Makefile index 6f6ce65,790beea..455fe5f --- a/Makefile +++ b/Makefile @@@ -4,10 -4,12 +4,12 @@@ # > NAMES: list of all the programs to compile # > TESTS: list of all test programs to compile and run # -NAME = program -NAMES = $(NAME) program2 -TESTS = tests-program +NAME = nsub +NAMES = $(NAME) cutils +TESTS = + ################################################################################ + # You may override these when calling make PREFIX = /usr/local dstdir = bin