Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ distclean: clean @rm -f $(PROJARCH).tar* # helpers bins: libs bins: libs pylibs @$(MAKE) -C sources prog libs: Loading Makefile.version +5 −6 Original line number Diff line number Diff line # DrSPINE Makefile (version information) export PROJECT=drspine export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=3 export VERSION_MINOR=2 export VERSION_RELEASE=0 export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading doc/drspine.config +3 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,9 @@ PROJECT_NAME = DrSPINE # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = 0.1 PROJECT_NUMBER = 1 PROJECT_LOGO = "./drspine_small.jpg" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Loading doc/drspine_pic.jpg 0 → 100644 +49.6 KiB Loading image diff... doc/drspine_small.jpg 0 → 100644 +3.6 KiB Loading image diff... Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ distclean: clean @rm -f $(PROJARCH).tar* # helpers bins: libs bins: libs pylibs @$(MAKE) -C sources prog libs: Loading
Makefile.version +5 −6 Original line number Diff line number Diff line # DrSPINE Makefile (version information) export PROJECT=drspine export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=3 export VERSION_MINOR=2 export VERSION_RELEASE=0 export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading
doc/drspine.config +3 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,9 @@ PROJECT_NAME = DrSPINE # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = 0.1 PROJECT_NUMBER = 1 PROJECT_LOGO = "./drspine_small.jpg" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Loading