mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f424f2cb5f
commit
aa85417a17
96 changed files with 211 additions and 293 deletions
|
|
@ -31,8 +31,8 @@ DX_BROWSER ?= $(BROWSER)
|
|||
DX_FILE_PATTERNS ?= *.h *.c *.cpp
|
||||
DX_INPUT_DIRS ?= $(TOPDIR)/include
|
||||
DX_SRC_IS_JAVA ?= NO
|
||||
DX_EXCLUDE_FILES ?=
|
||||
DX_INCLUDE_PATH ?=
|
||||
DX_EXCLUDE_FILES ?=
|
||||
DX_INCLUDE_PATH ?=
|
||||
DX_RECURSIVE ?= YES
|
||||
DX_EXTRACT_STATIC ?= NO
|
||||
DX_INLINE_SOURCES ?= NO
|
||||
|
|
@ -51,7 +51,7 @@ doxygen.done: $(DX_UNTEMPLATED) $(DX_INCLUDE)
|
|||
umask 022; doxygen $(DX_DOXYGEN_CONF)
|
||||
touch $@
|
||||
|
||||
cpfiles.done: doxygen.done $(DX_DOC_FILES)
|
||||
cpfiles.done: doxygen.done $(DX_DOC_FILES)
|
||||
umask 022; cp $(DX_DOC_FILES) $(DX_OUTPUT_DIR)
|
||||
touch $@
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ clean.doxygen:
|
|||
inst-dir.done:
|
||||
$(INSTALL) -d -o $(DOCDIROWNER) -g $(DOCDIRGROUP) -m $(DOCDIRMODE) $(DX_INSTALL_DIR)
|
||||
touch $@
|
||||
|
||||
|
||||
install.done: doxygen.done inst-dir.done
|
||||
make install.doxygen
|
||||
touch $@
|
||||
|
|
@ -128,4 +128,3 @@ doxygen.conf.tmpl: | $(DX_FALLBACK_CONF_TMPL)
|
|||
mv $@.tmp $@
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue