diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 16:43:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 16:43:51 (GMT) |
commit | 4f7bb20a8f3707a6af277f8f8728e31030dc239f (patch) | |
tree | 14c6d079e1d64e403f9d4c25e251a778434e6624 /doxygen | |
parent | c812f3fea2c9bacfc0f2d2bcad6960e9aa640dcd (diff) | |
download | hdf5-4f7bb20a8f3707a6af277f8f8728e31030dc239f.zip hdf5-4f7bb20a8f3707a6af277f8f8728e31030dc239f.tar.gz hdf5-4f7bb20a8f3707a6af277f8f8728e31030dc239f.tar.bz2 |
Doxygen remove obsolete file
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile deleted file mode 100644 index 13e1d96..0000000 --- a/doxygen/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -SHELL := bash -.ONESHELL: -.SHELLFLAGS := -eu -o pipefail -c -.DELETE_ON_ERROR: -MAKEFLAGS += --warn-undefined-variables -MAKEFLAGS += --no-builtin-rules - -ifeq ($(origin .RECIPEPREFIX), undefined) - $(error This Make does not support .RECIPEPREFIX. Please use GNU Make 4.0 or later) -endif -.RECIPEPREFIX = > - -ifdef PROGRAMFILES -DOXYGEN=C:/Program\ Files/doxygen/bin/doxygen.exe -else -DOXYGEN=doxygen -endif - -build: -> $(DOXYGEN) Doxyfile |