Commit 3f519fc0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated doxygen to 1.9.1

parent b1b0b31b
all: all:
tar xf doxygen-1.8.18.src.tar.gz tar xf doxygen-1.9.1.src.tar.gz
mkdir doxygen-1.8.18/build mkdir doxygen-1.9.1/build
cd doxygen-1.8.18/build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. cd doxygen-1.9.1/build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..
$(MAKE) -C doxygen-1.8.18/build $(MAKE) -C doxygen-1.9.1/build
-$(MAKE) -C doxygen-1.8.18/build tests -$(MAKE) -C doxygen-1.9.1/build tests
$(MAKE) -C doxygen-1.8.18/build install $(MAKE) -C doxygen-1.9.1/build install
cd doxygen-1.8.18 && install -vm644 doc/*.1 /usr/share/man/man1 cd doxygen-1.9.1 && install -vm644 doc/*.1 /usr/share/man/man1
rm -rf doxygen-1.8.18 rm -rf doxygen-1.9.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment